Skip to content

Commit

Permalink
chore: ecs-service policies should allow tagging now (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudymas authored Feb 27, 2024
1 parent f32372b commit 0521f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ecs-service/github-actions-iam-policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ data "aws_iam_policy_document" "github_actions_iam_ecspresso_policy" {
effect = "Allow"
actions = [
"ecs:RegisterTaskDefinition",
"ecs:TagResource",
"ecs:DescribeTaskDefinition",
"ecs:DescribeTasks",
"application-autoscaling:DescribeScalableTargets"
Expand Down

0 comments on commit 0521f5d

Please sign in to comment.