Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
Add IAM policy for the new mTLS feature in LB Controller
  • Loading branch information
LeoSpyke committed Feb 2, 2024
1 parent 9b865f1 commit 0100dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,7 @@ data "aws_iam_policy_document" "aws_load_balancer_controller" {
"elasticloadbalancing:DescribeTargetGroupAttributes",
"elasticloadbalancing:DescribeTargetHealth",
"elasticloadbalancing:DescribeTags",
"elasticloadbalancing:DescribeTrustStores",
]
resources = ["*"]
}
Expand Down

0 comments on commit 0100dbf

Please sign in to comment.