Skip to content

Commit

Permalink
Merge pull request #4148 from ministryofjustice/apex-ecs-bugfix
Browse files Browse the repository at this point in the history
Updating ECS module to fix bugs
  • Loading branch information
alanrana7 authored Nov 27, 2023
2 parents 0f8dc3a + 4023390 commit 87b7d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/environments/apex/modules/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ resource "aws_iam_policy" "ecs_task_execution_s3_policy" { #tfsec:ignore:aws-iam
"elasticloadbalancing:RegisterInstancesWithLoadBalancer",
"elasticloadbalancing:RegisterTargets",
"ec2:Describe*",
"ec2:AuthorizeSecurityGroupIngress"
"ec2:AuthorizeSecurityGroupIngress",
"ssm:GetParameters"
],
"Resource": ["*"]
}
Expand Down

0 comments on commit 87b7d75

Please sign in to comment.