bug fix porta https
This commit is contained in:
parent
63e1478d5b
commit
14d713c6fd
|
@ -88,8 +88,8 @@ resource "openstack_networking_secgroup_rule_v2" "https_access_to_pwdns" {
|
||||||
direction = "ingress"
|
direction = "ingress"
|
||||||
ethertype = "IPv4"
|
ethertype = "IPv4"
|
||||||
protocol = "tcp"
|
protocol = "tcp"
|
||||||
port_range_min = 80
|
port_range_min = 443
|
||||||
port_range_max = 80
|
port_range_max = 443
|
||||||
remote_ip_prefix = "0.0.0.0/0"
|
remote_ip_prefix = "0.0.0.0/0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue