Skip to content

Commit ca42d31

Browse files
committed
more output fixes
Signed-off-by: Ali Mukadam <[email protected]>
1 parent c9c8112 commit ca42d31

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
@@ -3,4 +3,8 @@
33

44
output "operator_private_ip" {
55
value = join(",", data.oci_core_vnic.operator_vnic.*.private_ip_address)
6-
}
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

Comments
 (0)