Skip to content

Commit

Permalink
more shell iam perms
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 13, 2024
1 parent 612a95b commit 2979e1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform-incubator/home-unite-us/dev/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,14 @@ resource "aws_iam_policy" "homeuniteus_manage_ecr" {
Effect = "Allow",
Action = [
"cloudshell:CreateEnvironment",
"cloudshell:GetEnvironmentStatus"
"cloudshell:GetEnvironmentStatus",
"cloudshell:CreateSession"
],
Resource = [
"*",
]
}
//arn:aws:cloudshell:us-west-2:035866691871:environment/642f2b30-d2dd-4fc6-95ad-3e32b4163d23
# ,
# {
# Sid = "ShellEcsContainerTask",
Expand Down

0 comments on commit 2979e1b

Please sign in to comment.