Skip to content
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

WeightedCapacity is not supported in launch_template #1302

Closed
jasonyihk opened this issue Apr 14, 2021 · 5 comments · Fixed by #1680
Closed

WeightedCapacity is not supported in launch_template #1302

jasonyihk opened this issue Apr 14, 2021 · 5 comments · Fixed by #1680
Labels

Comments

@jasonyihk
Copy link

At the moment, only instance_type is supported, as spotted in workers_launch_template.tf

content {
instance_type = override.value
}

should add WeightedCapacity:

override_instance_types = [{"instance_type"= "t3.xlarge", "weighted_capacity"="1"}]

content {
instance_type = override.value.instance_type
weighted_capacity = override.value.weighted_capacity
}

@stale
Copy link

stale bot commented Jul 13, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 13, 2021
@stale
Copy link

stale bot commented Aug 12, 2021

This issue has been automatically closed because it has not had recent activity since being marked as stale.

@stale stale bot closed this as completed Aug 12, 2021
@Xyaren
Copy link

Xyaren commented Aug 13, 2021

This is still a thing...

@antonbabenko
Copy link
Member

This issue has been resolved in version 18.0.0 🎉

@github-actions
Copy link

I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
3 participants