Skip to content

Commit

Permalink
Add missing AddTags permission for AWS load balancer controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaering committed Aug 1, 2023
1 parent 8a06a6e commit 4a1fc06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ data "aws_iam_policy_document" "aws_lb" {
"ec2:DescribeVpcPeeringConnections",
"ec2:DescribeVpcs",
"ec2:GetCoipPoolUsage",
"elasticloadbalancing:AddTags",
"elasticloadbalancing:DescribeListenerCertificates",
"elasticloadbalancing:DescribeListeners",
"elasticloadbalancing:DescribeLoadBalancerAttributes",
Expand Down

0 comments on commit 4a1fc06

Please sign in to comment.