Skip to content

Commit 8b765dc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ output "operator_private_ip" {
66
}
77

88
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
9+
value = var.operator_enabled == true && var.operator_instance_principal == true ? oci_identity_dynamic_group.operator_instance_principal[0].name : null
1010
}

0 commit comments

Comments
 (0)