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
Copy file name to clipboardExpand all lines: solutions/instances/main.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -466,7 +466,7 @@ module "cos_instance" {
466
466
}
467
467
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