File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ data "oci_core_private_ip" "mount_target_private_ips" {
123123}
124124
125125data "oci_apm_apm_domain" "apm_domain" {
126- count = var . use_apm_service ? 1 : 0
126+ count = local . use_apm_service ? 1 : 0
127127
128128 # Required
129129 apm_domain_id = var. apm_domain_id
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ module "policies" {
204204 is_idcs_selected = var. is_idcs_selected
205205 idcs_client_secret_id = var. idcs_client_secret_id
206206 use_oci_logging = var. use_oci_logging
207- use_apm_service = var . use_apm_service
207+ use_apm_service = local . use_apm_service
208208 apm_domain_compartment_id = local. apm_domain_compartment_id
209209 use_autoscaling = var. use_autoscaling
210210 ocir_auth_token_id = var. ocir_auth_token_id
You can’t perform that action at this time.
0 commit comments