Skip to content

Commit 5e8304d

Browse files
authored
Added security list to operator subnet
1 parent 83a3c19 commit 5e8304d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subnets.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ resource "oci_core_subnet" "operator" {
99
freeform_tags = var.tags
1010
prohibit_public_ip_on_vnic = true
1111
route_table_id = var.nat_route_id
12+
security_list_ids = [oci_core_security_list.operator.id]
1213
vcn_id = var.vcn_id
1314
}

0 commit comments

Comments
 (0)