oracle-quickstart / oci-weblogic-server

Terraform scripts to create and deploy WebLogic domains in OCI
Universal Permissive License v1.0
4 stars 6 forks source link

JCS-14565 - Default is_rms_private_endpoint_required to true #285

Closed telake closed 2 months ago

telake commented 2 months ago

Set is_rms_private_endpoint_required to true by so CLI users do not have to set this to false. Since a true value is only relevant to ORM execution the default of true was causing issues for CLI users. Verified that default value of false in terraform while ORM UI YAMLs have a default true does not cause any regressions.

Mahuwa-Barman commented 2 months ago

Looks good to me.