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 c9c8112 commit ca42d31Copy full SHA for ca42d31
outputs.tf
@@ -3,4 +3,8 @@
3
4
output "operator_private_ip" {
5
value = join(",", data.oci_core_vnic.operator_vnic.*.private_ip_address)
6
-}
+}
7
+
8
+output "operator_instance_principal_group_name" {
9
+ value = var.operator_enabled == true && var.enable_instance_principal == true ? oci_identity_dynamic_group.operator_instance_principal[0].name : null
10
0 commit comments