bug fix porta https

This commit is contained in:
Marco Procaccini 2024-07-11 11:57:05 +02:00
parent 63e1478d5b
commit 14d713c6fd
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ resource "openstack_networking_secgroup_rule_v2" "https_access_to_pwdns" {
direction = "ingress"
ethertype = "IPv4"
protocol = "tcp"
port_range_min = 80
port_range_max = 80
port_range_min = 443
port_range_max = 443
remote_ip_prefix = "0.0.0.0/0"
}