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 c492346 commit e2b8164Copy full SHA for e2b8164
outputs.tf
@@ -8,3 +8,7 @@ output "operator_private_ip" {
8
output "operator_instance_principal_group_name" {
9
value = var.create_operator == true && var.operator_instance_principal == true ? oci_identity_dynamic_group.operator_instance_principal[0].name : null
10
}
11
+
12
+output "operator_subnet_id" {
13
+ value = data.oci_core_instance.operator.subnet_id
14
+}
0 commit comments