Skip to content

Commit

Permalink
removing block
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL committed Dec 18, 2023
1 parent e1df517 commit 2d324e5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ data "aws_eks_cluster_auth" "cluster_auth" {
}

resource "aws_launch_template" "main" {
network_interfaces {
associate_public_ip_address = true
#network_interfaces {
# associate_public_ip_address = true
#security_groups = [aws_security_group.eks_security_group_worker.id]
}
#}
vpc_security_group_ids = [aws_security_group.eks_security_group_worker.id]
iam_instance_profile {
# name = aws_iam_instance_profile.eks_inst_profile.name
Expand Down

0 comments on commit 2d324e5

Please sign in to comment.