Skip to content

Commit

Permalink
Add ecs web td log group arn back
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Aug 27, 2024
1 parent 74bbe4a commit 6239189
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions infrastructure/cloud/modules/security/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ resource "aws_iam_role_policy" "ecs_execution_policy" {
"logs:PutLogEvents",
"logs:CreateLogGroup"
],
Effect = "Allow",
Resource = "arn:aws:logs:*:*:*"
Effect = "Allow",
Resource = [
var.ecs_web_td_log_group_arn
]
}
]
})
Expand Down

0 comments on commit 6239189

Please sign in to comment.