scholzj / terraform-aws-kubernetes

Terraform module for Kubernetes setup on AWS
Apache License 2.0
200 stars 129 forks source link

changing the worker_instance_type causes error on terraform apply #20

Closed spike83 closed 5 years ago

spike83 commented 6 years ago

Thanks for the great boilerplate! Awesome.

When I changed the worker_instance_type I got the following error: aws_launch_configuration.nodes: Error creating launch configuration: AlreadyExists

According the docs name_prefix should be used instead of name for the aws_launch_configuration.

scholzj commented 5 years ago

Thanks for raising this. It should be fixed now in 1.4.1 Sorry it took so long. Please give it a try and feel free to open a new issue / re-open this one in case you still have some problems.