Skip to content

Commit

Permalink
Merge pull request #25 from toluna-terraform/PLM-647
Browse files Browse the repository at this point in the history
added kms to the iam policy - required for the post codebuild job
  • Loading branch information
msaaditoluna authored Dec 29, 2022
2 parents 931c8e8 + bedd634 commit da2f6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/post/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ data "aws_iam_policy_document" "codebuild_role_policy" {
"logs:CreateLogStream",
"logs:PutLogEvents",
"ecr:*",
"kms:*",
"ssm:*",
"ecs:DescribeTaskDefinition",
"cloudformation:*",
Expand Down

0 comments on commit da2f6bd

Please sign in to comment.