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

Adding VM to project triggers a reboot #233

Closed
yannickstruyf3 opened this issue Jan 16, 2021 · 0 comments
Closed

Adding VM to project triggers a reboot #233

yannickstruyf3 opened this issue Jan 16, 2021 · 0 comments

Comments

@yannickstruyf3
Copy link
Collaborator

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 added to a project

Steps to Reproduce

  • Create a VM
  • Add project_ref to VM
  • Update VM

Important Factors

  • #0000 <!---Github Issue number --->
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

1 participant