-
Notifications
You must be signed in to change notification settings - Fork 112
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
Feature request: Ability to specify number of cores #174
Labels
Comments
FYI: @vbauzysvmware |
This was referenced Mar 6, 2019
Link for reference, which explains nicely how |
This was referenced Mar 20, 2019
Merged
Released :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a template VM which defaults to 2 cores.
If I specify "cpus = 2" this leaves me with a bad configuration of 2 cpus and 2 cores. This means VM won't boot and terraform provision fails.
Ideally I would like to be able to specify cores to avoid this situation.
The text was updated successfully, but these errors were encountered: