Skip to content

Commit

Permalink
Merge pull request #43 from mwidurek/DSET-1030-ecs-tag-policy
Browse files Browse the repository at this point in the history
Added ecs:TagResource policy for cicd group
  • Loading branch information
mwidurek authored Jan 14, 2021
2 parents 4034aa0 + 129e841 commit f31a632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cicd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ data "aws_iam_policy_document" "cicd_policy" {
"ecs:DescribeTaskDefinition",
"ecs:UpdateService",
"ecs:RegisterTaskDefinition",
"ecs:TagResource"
]

resources = [
Expand Down

0 comments on commit f31a632

Please sign in to comment.