Skip to content

Commit ca9f355

Browse files
feat: Add policies for AWS LBC v2.11.0 (#539)
Co-authored-by: Bryant Biggs <[email protected]>
1 parent fea94c8 commit ca9f355

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/iam-role-for-service-accounts-eks/policies.tf

+2
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
854854
"elasticloadbalancing:DescribeTags",
855855
"elasticloadbalancing:DescribeTrustStores",
856856
"elasticloadbalancing:DescribeListenerAttributes",
857+
"elasticloadbalancing:DescribeCapacityReservation",
857858
]
858859
resources = ["*"]
859860
}
@@ -1016,6 +1017,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
10161017
"elasticloadbalancing:ModifyTargetGroupAttributes",
10171018
"elasticloadbalancing:DeleteTargetGroup",
10181019
"elasticloadbalancing:ModifyListenerAttributes",
1020+
"elasticloadbalancing:ModifyCapacityReservation",
10191021
]
10201022
resources = ["*"]
10211023

0 commit comments

Comments
 (0)