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 name is changed
Create a VM Change the VM name VM reboots
Here I found the same problem but when adding the VM to a project, I think the fix is easy and you just need to remove the hotPlugChange line for the name entry (https://github.com/nutanix/terraform-provider-nutanix/pull/232/files)
#0000 <!---Github Issue number --->
The text was updated successfully, but these errors were encountered:
Merged PR #626 .
Sorry, something went wrong.
abhimutant
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
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"
}
Expected Behavior
VM should not be rebooted
Actual Behavior
VM reboots when name is changed
Steps to Reproduce
Create a VM
Change the VM name
VM reboots
References
Here I found the same problem but when adding the VM to a project, I think the fix is easy and you just need to remove the hotPlugChange line for the name entry (https://github.com/nutanix/terraform-provider-nutanix/pull/232/files)
Important Factors
#0000 <!---Github Issue number --->
The text was updated successfully, but these errors were encountered: