mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 15:01:52 +03:00
@@ -114,6 +114,17 @@ resource "aws_iam_role_policy" "demo-codebuild" {
|
||||
"*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sid": "ECS",
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"ecs:List*",
|
||||
"ecs:Describe*"
|
||||
],
|
||||
"Resource": [
|
||||
"*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
|
||||
Reference in New Issue
Block a user