Skip to content

Commit

Permalink
feat: INFRA-403 Update sec groupe resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Issam committed Oct 22, 2024
1 parent b2414a1 commit 8fadfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ resource "openstack_networking_secgroup_rule_v2" "zeppelin_from_k8s_all_ports" {
direction = "ingress"
ethertype = "IPv4"
protocol = "tcp"
port_range_min = 1
port_range_max = 65535
port_range_min = 0
port_range_max = 0
remote_group_id = each.value
security_group_id = openstack_networking_secgroup_v2.zeppelin_server.id
}

0 comments on commit 8fadfe9

Please sign in to comment.