Skip to content

Commit

Permalink
Update oidc-iam-policies.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincuber authored Feb 2, 2024
1 parent 65191a4 commit db0cb0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/oidc-iam-policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ data "aws_iam_policy_document" "load_balancer_controller" {
"elasticloadbalancing:DescribeTargetGroups",
"elasticloadbalancing:DescribeTargetGroupAttributes",
"elasticloadbalancing:DescribeTargetHealth",
"elasticloadbalancing:DescribeTags"
"elasticloadbalancing:DescribeTags",
"elasticloadbalancing:DescribeTrustStores",
"tag:GetResources"
]

resources = ["*"]
Expand Down

0 comments on commit db0cb0b

Please sign in to comment.