# File generated by aws2tf see https://github.com/aws-samples/aws2tf # aws_iam_role_policy_attachment.eks-cluster-ServiceRole-HUIGIC7K7HNJ__AmazonEKSVPCResourceController: resource "aws_iam_role_policy_attachment" "eks-cluster-ServiceRole__AmazonEKSVPCResourceController" { policy_arn = "arn:aws:iam::aws:policy/AmazonEKSVPCResourceController" role = aws_iam_role.eks-cluster-ServiceRole.id }