-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Support for Mixed Instances ASG in worker_groups_launch_template variable #468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Mixed Instances ASG in worker_groups_launch_template variable #468
Conversation
If I understand correctly, we could remove anything related to |
Yes, we can remove, however i just left it for backward compatibily. Thanks |
Great! Then please, if you can, do remove the launch template mixed related stuff. It was created as there was no other option in TF 0.11 but it would be much simpler and tidier if we just had |
…d/spot in workers_launch_template variable
…d/spot in workers_launch_template variable
@max-rocket-internet Should i do here something more, I am a little bit confuzed ? |
Just give me more time to have a look, it's quite a big change 😅 |
Conflicts: CHANGELOG.md
I was looking for this variable to be configured |
I tested again. From
From
|
Could you run Really keen to get this PR merged though as it removes a lot of duplication 😄 |
Mr @max-rocket-internet :) |
OK! I tested it and it looks good. Can you resolve conflict and the we can merge? |
Thanks @sppwf ! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
Added support for Mixed Instances ASG in worker_groups_launch_template variable.
Changed the local.asg_tags - tag generation using for utility from terraform 12
worker_groups_launch_template_mixed variable left for backward compatibility
Checklist
terraform fmt
andterraform validate
both work from the root andexamples/*
directories