Skip to content

Commit e2b8164

Browse files
authored
output operator subnet ID for potential OCI Bastion integration (#47)
Signed-off-by: Denis Makogon <[email protected]>
1 parent c492346 commit e2b8164

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
@@ -8,3 +8,7 @@ output "operator_private_ip" {
88
output "operator_instance_principal_group_name" {
99
value = var.create_operator == true && var.operator_instance_principal == true ? oci_identity_dynamic_group.operator_instance_principal[0].name : null
1010
}
11+
12+
output "operator_subnet_id" {
13+
value = data.oci_core_instance.operator.subnet_id
14+
}

0 commit comments

Comments
 (0)