Skip to content

Commit

Permalink
fix: Add missing load balancer permission (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStainsby authored Oct 25, 2024
1 parent e9e12dd commit 8c1357e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment-pipelines/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ data "aws_iam_policy_document" "load_balancer" {
"elasticloadbalancing:DescribeListeners",
"elasticloadbalancing:DescribeTargetHealth",
"elasticloadbalancing:DescribeRules",
"elasticloadbalancing:DescribeListenerCertificates"
"elasticloadbalancing:DescribeListenerCertificates",
"elasticloadbalancing:DescribeListenerAttributes"
]
resources = [
"*"
Expand Down

0 comments on commit 8c1357e

Please sign in to comment.