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 e30ed48 commit 4d6c555Copy full SHA for 4d6c555
outputs.tf
@@ -84,3 +84,7 @@ output "subnet_id" {
84
output "subnet_all_attributes" {
85
value = try(module.subnet[0].all_attributes, null)
86
}
87
+
88
+output "default_security_list_id" {
89
+ value = try(oci_core_vcn.vcn.default_security_list_id, null)
90
+}
0 commit comments