Closed ajayvohra2005 closed 11 months ago
In aws-eks-cluster-and-nodegroup.tf and aws-eks-cluster.tf, resource "aws_security_group" "cluster_sg" is redundant, as eks cluster automatically creates the cluster security group.
aws-eks-cluster-and-nodegroup.tf
aws-eks-cluster.tf
resource "aws_security_group" "cluster_sg"
In
aws-eks-cluster-and-nodegroup.tf
andaws-eks-cluster.tf
,resource "aws_security_group" "cluster_sg"
is redundant, as eks cluster automatically creates the cluster security group.