Skip to content

Commit fb69e4c

Browse files
author
Bill Wang
committed
can't update launch configuration
1 parent f6da03a commit fb69e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "aws_autoscaling_group" "workers" {
2121
}
2222

2323
resource "aws_launch_configuration" "workers" {
24-
name_prefix = "${aws_eks_cluster.this.name}-${lookup(var.worker_groups[count.index], "name", count.index)}"
24+
#name_prefix = "${aws_eks_cluster.this.name}-${lookup(var.worker_groups[count.index], "name", count.index)}"
2525
associate_public_ip_address = "${lookup(var.worker_groups[count.index], "public_ip", lookup(var.workers_group_defaults, "public_ip"))}"
2626
security_groups = ["${local.worker_security_group_id}"]
2727
iam_instance_profile = "${aws_iam_instance_profile.workers.id}"

0 commit comments

Comments
 (0)