Skip to content

Commit

Permalink
fix: add s3 policies to builder role
Browse files Browse the repository at this point in the history
  • Loading branch information
jsterner30 committed Apr 9, 2024
1 parent e17579e commit b1a22f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/modules/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ resource "aws_iam_policy" "CdnContentBucketAllowBuilderUpdates" {
}

resource "aws_iam_policy" "CdnContentBucketAllowBuilderUpdatesOnObjects" {
name = "CdnContentBucketAllowBuilderUpdates"
name = "CdnContentBucketAllowBuilderUpdatesOnObjects"
description = "Allows S3 Object Access From Assembler"
policy = jsonencode({
"Version" : "2012-10-17",
Expand Down

0 comments on commit b1a22f9

Please sign in to comment.