// Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 resource "aws_iam_policy" "eks_elb_policy" { name = "eks-elb-policy" description = "Policy for EKS to use ELB" policy = <