Skip to content

Commit

Permalink
Allow permissions inside td log groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Aug 29, 2024
1 parent dcfe229 commit 0c9c9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/cloud/modules/security/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ resource "aws_iam_role_policy" "ecs_execution_policy" {
],
Effect = "Allow",
Resource = [
var.ecs_web_td_log_group_arn,
var.ecs_api_td_log_group_arn
"${var.ecs_web_td_log_group_arn}:*",
"${var.ecs_api_td_log_group_arn}:*"
]
}
]
Expand Down

0 comments on commit 0c9c9c0

Please sign in to comment.