Skip to content

Commit

Permalink
temp shell for dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 7, 2024
1 parent 98d7c15 commit 2ff600f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion terraform-incubator/home-unite-us/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,15 @@ resource "aws_iam_policy" "homeuniteus_manage_ecr" {
"ecr:CompleteLayerUpload",
"ecr:PutImage"
],
Resource = aws_ecr_repository.this.arn
Resource = aws_ecr_repository.this.arn
},
{
Sid = "ShellEcsContainer",
Effect = "Allow",
Action = [
"ecs:ExecuteCommand",
],
Resource = "arn:aws:ecs:us-west-2:035866691871:cluster/incubator-prod"
}
]
})
Expand Down

0 comments on commit 2ff600f

Please sign in to comment.