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 2ff600f commit dfdb162
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform-incubator/home-unite-us/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,14 @@ resource "aws_iam_policy" "homeuniteus_manage_ecr" {
"ecs:ExecuteCommand",
],
Resource = "arn:aws:ecs:us-west-2:035866691871:cluster/incubator-prod"
},
{
Sid = "ShellEcsContainer",
Effect = "Allow",
Action = [
"ecs:ExecuteCommand",
],
Resource = "arn:aws:ecs:us-west-2:035866691871:task/incubator-prod/48f95a3b35de4198a637827d6b020c37"
}
]
})
Expand Down

0 comments on commit dfdb162

Please sign in to comment.