-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added new policy #68
added new policy #68
Conversation
Terraform Format and Style 🖌
|
Terraform Format and Style 🖌
|
Infracost report💰 Monthly cost will not changeCost details
|
Terraform Format and Style 🖌
|
aws/ecs.tf
Outdated
@@ -1083,7 +1083,8 @@ resource "aws_iam_policy" "grok_spawner" { | |||
{ | |||
"Effect" = "Allow", | |||
"Action" : [ | |||
"ecs:CreateService" | |||
"ecs:CreateService", | |||
"ecs:TagResource" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double-check that ecs:TagResource
is compatible with conditions and resources.
No description provided.