terraform-aws-modules / terraform-aws-iam

Terraform module to create AWS IAM resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/iam/aws
Apache License 2.0
787 stars 997 forks source link

Update data.aws_iam_policy_document.load_balancer_controller to include latest updates from upstream #524

Closed jstewart612 closed 2 weeks ago

jstewart612 commented 2 weeks ago

https://github.com/terraform-aws-modules/terraform-aws-iam/blob/master/modules/iam-role-for-service-accounts-eks/policies.tf#L808-L809

https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/docs/install/iam_policy.json has been updated. The resource at this line needs to be updated to reflect.

This is to support the latest AWS Load Balancer Controller release.

antonbabenko commented 2 weeks ago

This issue has been resolved in version 5.46.0 :tada: