Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit dd2ea04

Browse files
committed
Add describe service perm
1 parent a486223 commit dd2ea04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/iam.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ resource "aws_iam_policy" "sync_svc_cube_ecr_policy" {
5757
"Effect" : "Allow",
5858
"Action" : [
5959
"ecs:DescribeTaskDefinition",
60-
"ecs:RegisterTaskDefinition"
60+
"ecs:RegisterTaskDefinition",
61+
"ecs:DescribeServices"
6162
],
6263
"Resource" : "*"
6364
},

0 commit comments

Comments
 (0)