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
{{ message }}
This repository was archived by the owner on Mar 19, 2025. It is now read-only.
feat: The COS KMS auth policy created by the DA is now scoped to the exact KMS key. NOTE: When upgrading from an old version, the auth policy will be re-created, however it will be non disruptive as it will create the new policy before removing the old one (#219)
Copy file name to clipboardExpand all lines: solutions/instances/main.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ module "cos" {
88
88
}
89
89
count=var.existing_scc_cos_bucket_name==null&& var.existing_scc_instance_crn==null?1:0# no need to call COS module if consumer is passing existing SCC instance or COS bucket
0 commit comments