We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46ff1f commit 9cda428Copy full SHA for 9cda428
modules/iam-role-for-service-accounts-eks/policies.tf
@@ -839,6 +839,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
839
840
statement {
841
actions = [
842
+ "elasticloadbalancing:AddTags",
843
"elasticloadbalancing:CreateLoadBalancer",
844
"elasticloadbalancing:CreateTargetGroup",
845
]
@@ -853,6 +854,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
853
854
855
856
857
858
"elasticloadbalancing:CreateListener",
859
"elasticloadbalancing:DeleteListener",
860
"elasticloadbalancing:CreateRule",
0 commit comments