Skip to content

Commit

Permalink
fix: Correct permission on AWS load balancer controller (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Feb 18, 2022
1 parent 21b3a1d commit a912557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
"elasticloadbalancing:RemoveListenerCertificates",
"elasticloadbalancing:ModifyRule",
]
resources = ["arn:${local.partition}:elasticloadbalancing:*:*:targetgroup/*/*"]
resources = ["*"]
}
}

Expand Down

0 comments on commit a912557

Please sign in to comment.