-
Notifications
You must be signed in to change notification settings - Fork 368
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
Add advanced machine feature options #236
Add advanced machine feature options #236
Conversation
Thanks for the PR! 🚀 |
I have no permission to check why the test is failing. |
|
All checks passed, going to remove the unnecessary whiteline at the end of the file in my next push and then leave it for your approval! |
tags = var.tags | ||
labels = var.labels | ||
access_config = [local.access_config] | ||
enable_nested_virtualization = var.enable_nested_virtualization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For future reference, it's encouraged to hard code values like this in examples.
Allow creation of instance templates that either have nested virtualization enabled or support SMT.