Skip to content

Commit

Permalink
chore: tf format
Browse files Browse the repository at this point in the history
  • Loading branch information
ggemre committed Apr 9, 2024
1 parent 458df07 commit 6fba806
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iac/modules/app/assembler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ module "assembler" {

task_policies = [
"arn:aws:iam::aws:policy/CloudFrontReadOnlyAccess",
# "arn:aws:iam::aws:policy/CloudWatchLogsFullAccess",
# aws_iam_policy.AllowCdnParameterStoreAccess.arn,
# "arn:aws:iam::aws:policy/CloudWatchLogsFullAccess",
# aws_iam_policy.AllowCdnParameterStoreAccess.arn,
aws_iam_policy.AllowCloudFrontInvalidation.arn,
# aws_iam_policy.AllowAssemblerImageAccess.arn
# aws_iam_policy.AllowAssemblerImageAccess.arn
]
}

Expand Down

0 comments on commit 6fba806

Please sign in to comment.