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 dc145fc commit fcba8df
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 @@ -1008,7 +1008,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
"elasticloadbalancing:ModifyTargetGroup",
"elasticloadbalancing:ModifyTargetGroupAttributes",
"elasticloadbalancing:DeleteTargetGroup",
"elasticloadbalancing:ModifyListenerAttributes"
"elasticloadbalancing:ModifyListenerAttributes",
]
resources = ["*"]

Expand Down

0 comments on commit fcba8df

Please sign in to comment.