This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Description
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 #99 (comment).
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.