We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PC 2020.11 and earlier
0.13.x
nutanix_virtual_machine
resource "nutanix_virtual_machine" "vm" { name = var.vm_name cluster_uuid = data.nutanix_cluster.cluster.id num_vcpus_per_socket = "2" num_sockets = "1" memory_size_mib = 1024 project_reference = { "kind" = "project", "name" = "my-project" "uuid" = "my-project-id" }
VM should not be rebooted
VM reboots when added to a project
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nutanix Cluster Information
PC 2020.11 and earlier
Terraform Version
0.13.x
Affected Resource(s)
nutanix_virtual_machine
Terraform Configuration Files
Expected Behavior
VM should not be rebooted
Actual Behavior
VM reboots when added to a project
Steps to Reproduce
Important Factors
The text was updated successfully, but these errors were encountered: