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
count=(var.existing_cos_kms_key_crn!=null|| (length(coalesce(local.buckets_config, [])) ==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.buckets_config, [])) !=0?1:0# no need to call COS module if consumer is using existing COS instance
0 commit comments