Commit 82275a96 authored by Chris Merrett's avatar Chris Merrett

Removed additional lifecycle block

parent 4e9187e7
Pipeline #5157 passed with stage
in 16 seconds
......@@ -11,10 +11,6 @@ resource "aws_launch_configuration" "workers" {
name_prefix = "${var.cluster_name}-eks-workers-"
security_groups = ["${aws_security_group.workers.id}"]
user_data_base64 = "${base64encode(data.template_file.workers_userdata.rendered)}"
lifecycle {
create_before_destroy = true
}
}
resource "aws_autoscaling_group" "workers" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment