Skip to content

Commit 4d6c555

Browse files
syedthameem85Syed Thameem
andauthored
Issue #116 (#122)
Co-authored-by: Syed Thameem <[email protected]>
1 parent e30ed48 commit 4d6c555

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,7 @@ output "subnet_id" {
8484
output "subnet_all_attributes" {
8585
value = try(module.subnet[0].all_attributes, null)
8686
}
87+
88+
output "default_security_list_id" {
89+
value = try(oci_core_vcn.vcn.default_security_list_id, null)
90+
}

0 commit comments

Comments
 (0)