You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): update terraform-module<br>- updated the cloud_monitoring_service_endpoints input for the instances DA variation to only allow input value public-and-private. Previouslly it allowed values public and private howevwer these had no impact, as the service was already created with both a public and private endpoint. (#127)
count=(var.existing_cos_kms_key_crn!=null|| (length(coalesce(local.bucket_config_map, [])) ==0)) ?0:1# no need to create any KMS resources if passing an existing key, or bucket
count=var.existing_cos_instance_crn==null&&length(coalesce(local.bucket_config_map, [])) !=0?1:0# no need to call COS module if consumer is using existing COS instance
error_message="The specified service endpoint is not valid. Specify a valid service endpoint to set for the IBM Cloud Monitoring instance. Allowed values: `public-and-private`."
0 commit comments