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

Rename the input value allowed_spot_instance_types to allowed_instance_types #307

Open
babadofar opened this issue Sep 14, 2021 · 3 comments

Comments

@babadofar
Copy link
Contributor

Summary

the value for allowed_spot_instance_types is used for regular instance types and really has nothing to do with spot instances. Should be renamed to allowed_instance_types

Also, in the documentation:



allowed_spot_instance_types | Allowed machine types for spot instances (must be same size) | any
-- | -- | --

But in the code at

override_instance_types = var.allowed_spot_instance_types
:

@ankitm123
Copy link
Member

@babadofar
Copy link
Contributor Author

It is also used for regular instance types, not only spot?

@ankitm123
Copy link
Member

It should not be I think, if it is, it could be a bug in the eks module we use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants