Skip to content

Commit

Permalink
Update modules/iam-role-for-service-accounts-eks/policies.tf
Browse files Browse the repository at this point in the history
chore: Requested comma addition for git history simplification

Co-authored-by: Aleksei Vesnin <[email protected]>
  • Loading branch information
jstewart612 and aleskiontherun authored Oct 4, 2024
1 parent 597b560 commit dc145fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
"elasticloadbalancing:DescribeTargetHealth",
"elasticloadbalancing:DescribeTags",
"elasticloadbalancing:DescribeTrustStores",
"elasticloadbalancing:DescribeListenerAttributes"
"elasticloadbalancing:DescribeListenerAttributes",
]
resources = ["*"]
}
Expand Down

0 comments on commit dc145fc

Please sign in to comment.