Skip to content

Commit

Permalink
terraform iam
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Sep 17, 2019
1 parent a2d6770 commit 84eebd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/ecs-deploy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,14 @@ resource "aws_iam_role_policy" "ecs-deploy-policy" {
"cognito-idp:ListUserPools",
"appmesh:CreateVirtualNode",
"appmesh:CreateVirtualService",
"appmesh:CreateVirtualRouters",
"appmesh:CreateRoute",
"appmesh:ListVirtualNodes",
"appmesh:ListVirtualServices"
"appmesh:ListVirtualNodes",
"appmesh:ListVirtualServices",
"appmesh:ListVirtualRouters",
"appmesh:ListRoutes"
],
"Resource": "*"
},
Expand Down

0 comments on commit 84eebd5

Please sign in to comment.