Skip to content

Commit

Permalink
UPDATE terraform to avoid locally generated IAM policy files
Browse files Browse the repository at this point in the history
  • Loading branch information
ramesh-maddegoda committed Nov 26, 2024
1 parent 526afbb commit 5ccf179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/terraform-modules/ecs-ecr/ecs_ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ data "aws_iam_policy_document" "ecs_task_execution_role_inline_policy" {
"ecr:GetAuthorizationToken"
]
resources = [
"arn:aws:ecr:region:${data.aws_caller_identity.current.account_id}:pds-*"
"*"
]
}

Expand Down

0 comments on commit 5ccf179

Please sign in to comment.