Skip to content

Commit

Permalink
chore: Support latest aws_load_balancer_controller version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrudde committed Oct 7, 2024
1 parent e803e34 commit 1135a4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@ data "aws_iam_policy_document" "aws_load_balancer_controller" {
"elasticloadbalancing:DescribeTargetHealth",
"elasticloadbalancing:DescribeTags",
"elasticloadbalancing:DescribeTrustStores",
"elasticloadbalancing:DescribeListenerAttributes",
]
resources = ["*"]
}
Expand Down Expand Up @@ -1348,6 +1349,7 @@ data "aws_iam_policy_document" "aws_load_balancer_controller" {
"elasticloadbalancing:ModifyTargetGroup",
"elasticloadbalancing:ModifyTargetGroupAttributes",
"elasticloadbalancing:DeleteTargetGroup",
"elasticloadbalancing:ModifyListenerAttributes",
]
resources = ["*"]

Expand Down

0 comments on commit 1135a4f

Please sign in to comment.