Skip to content

Commit

Permalink
add security group (cluster SG)
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 11, 2023
1 parent b42c61f commit fa774de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/full-cluster-tf-upgrade/1.25/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ resource "aws_launch_template" "eks-nodegroup" {
name = format("%v%v-launch-template", local._prefixes["eks"], var.cluster_name)
update_default_version = true
key_name = aws_key_pair.cluster_keypair.key_name
vpc_security_group_ids = [aws_security_group.additional_eks_cluster_sg.id]

tags = merge(
local.base_tags,
Expand Down

0 comments on commit fa774de

Please sign in to comment.