Skip to content

Commit 54d3283

Browse files
FIX CCMG-1729: Add missing Principal to CUR bucket SSL policy (#31)
1 parent b1e3ff4 commit 54d3283

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/vertice-cur-bucket/iam_policies.tf

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ data "aws_iam_policy_document" "vertice_cur_bucket_access" {
1111
"s3:*",
1212
]
1313

14+
principals {
15+
type = "*"
16+
identifiers = ["*"]
17+
}
18+
1419
resources = [
1520
"arn:aws:s3:::${var.cur_bucket_name}",
1621
"arn:aws:s3:::${var.cur_bucket_name}/*"

0 commit comments

Comments
 (0)