We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a3c19 commit 5e8304dCopy full SHA for 5e8304d
subnets.tf
@@ -9,5 +9,6 @@ resource "oci_core_subnet" "operator" {
9
freeform_tags = var.tags
10
prohibit_public_ip_on_vnic = true
11
route_table_id = var.nat_route_id
12
+ security_list_ids = [oci_core_security_list.operator.id]
13
vcn_id = var.vcn_id
14
}
0 commit comments