Skip to content

Commit

Permalink
fix: Fix AllowGetCertificates statement scope for ALB controller role (
Browse files Browse the repository at this point in the history
…#196)

Co-authored-by: Bryant Biggs <[email protected]>
  • Loading branch information
wfrced and bryantbiggs authored Jun 30, 2023
1 parent c8cb8a0 commit f120cc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -948,8 +948,7 @@ data "aws_iam_policy_document" "aws_load_balancer_controller" {
sid = "AllowGetCertificates"
effect = "Allow"
resources = [
"arn:${local.partition}:acm:${local.region}:${local.account_id}:*",
"arn:${local.partition}:acm:${local.region}:${local.account_id}:certificate/*"
"*",
]

actions = [
Expand Down

0 comments on commit f120cc1

Please sign in to comment.