Skip to content

Commit

Permalink
update SG on launch template
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 24, 2023
1 parent 0e0c449 commit 8506962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/full-cluster-tf-upgrade/1.25/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +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]
vpc_security_group_ids = [aws_security_group.all_worker_mgmt.id]

tags = merge(
local.base_tags,
Expand Down

0 comments on commit 8506962

Please sign in to comment.