terraform-provider-vra7 icon indicating copy to clipboard operation
terraform-provider-vra7 copied to clipboard

Feature Request: Add Additional Disks to Existing Machine

Open mmn01-sky opened this issue 4 years ago • 11 comments

vRA 7.x version vRA 7.6 Terraform version Terraform v0.14.5 terraform-provider-vra7 plugin version 2.0.1

Describe the bug When adding an additional disk to an existing machine, the terraform plan shows the disks will be created however nothing is actually added to the machine. Team which manage vRA7 platform saw no parameters in our terraform reconfigure request which stated additional disks needed adding.

Raising this feature request as per https://github.com/vmware/terraform-provider-vra7/issues/99#issuecomment-729988363.

To Reproduce Steps to reproduce the behavior:

  1. Create machine (terraform plan and apply)
  2. Add disk to existing machine
  3. Terraform plan will show additional disk being created
  4. Terraform apply will apply the disk addition and update tfstate however the machine in the platform has no additional disks added.

Expected behavior Allow the addition of disks to an existing machine.

mmn01-sky avatar Jan 27 '21 09:01 mmn01-sky