## Is your request related to a problem? Please describe. A new feature was added to [aws-load-balancer-controller](https://github.com/kubernetes-sigs/aws-load-balancer-controller) in v2.7.0: [mutual TLS authentication support for Ingress](https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/3532). This feature requires a new IAM policy permission: `elasticloadbalancing:DescribeTrustStores`. ## Describe the solution you'd like. The action can be added to the existing "load_balancer_controller" `aws_iam_policy_document`: https://github.com/terraform-aws-modules/terraform-aws-iam/blob/cbb39cb23a8182d3864b5d21e94bc289be8a17c5/modules/iam-role-for-service-accounts-eks/policies.tf#L788-L793 ## Describe alternatives you've considered. <!-- A clear and concise description of any alternative solutions or functionality you've considered --> ## Additional context <!-- Add any other context or screenshots about the feature request here -->