terraform-provider-vra7
terraform-provider-vra7 copied to clipboard
Feature Request: Add Additional Disks to Existing Machine
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:
- Create machine (terraform plan and apply)
- Add disk to existing machine
- Terraform plan will show additional disk being created
- 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.