Skip to content

Commit 95c93f4

Browse files
authored
added NSG ID for output (#59)
1 parent 9d818d9 commit 95c93f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

outputs.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ output "operator_instance_principal_group_name" {
1111

1212
output "operator_subnet_id" {
1313
value = data.oci_core_instance.operator.subnet_id
14-
}
14+
}
15+
16+
output "operator_nsg_id" {
17+
value = oci_core_network_security_group.operator.id
18+
}

0 commit comments

Comments
 (0)