File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 var. tenancy_id , var. tenancy_ocid ,
99 )
1010
11- bastion_public_ip = var. create_bastion_host == true ? module. bastion [0 ]. bastion_public_ip : coalesce ( var. bastion_public_ip , " " )
12- operator_private_ip = var. create_operator == true ? module. operator [0 ]. operator_private_ip : coalesce ( var. operator_private_ip , " " )
11+ bastion_public_ip = var. create_bastion_host == true ? module. bastion [0 ]. bastion_public_ip : var. bastion_public_ip != " " ? var . bastion_public_ip : " "
12+ operator_private_ip = var. create_operator == true ? module. operator [0 ]. operator_private_ip : var. operator_private_ip != " " ? var . operator_private_ip : " "
1313 operator_instance_principal_group_name = var. create_operator == true ? module. operator [0 ]. operator_instance_principal_group_name : " "
1414
1515 vcn_id = var. create_vcn == true ? module. vcn [0 ]. vcn_id : coalesce (var. vcn_id , try (data. oci_core_vcns . vcns [0 ]. virtual_networks [0 ]. id ," " ))
You can’t perform that action at this time.
0 commit comments