You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: error waiting for disk (ZXJnb24=:02bed492-4ab9-5cf2-a44b-516c9bf0d481) to be updated: error_detail: Failed to perform the operation on the VM with UUID '5d448a19-5281-4c98-6ba6-dcc7fe26b2de' because specifying both 'dataSource' and 'diskSizeBytes' is not allowed., progress_message: 100
Steps to Reproduce
Create a virtual machine using the configuration above
Add a disk by setting var.disks to a non-empty list: [40]
terraform apply
Important Factors
This will work if I create the additional disks right from the beginning. Adding a disk will fail.
The text was updated successfully, but these errors were encountered:
Nutanix Cluster Information
Terraform Version
Terraform v0.15.5
provider registry.terraform.io/nutanix/nutanix v2.0.0
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Adding a new disk should work.
Actual Behavior
Error: error waiting for disk (ZXJnb24=:02bed492-4ab9-5cf2-a44b-516c9bf0d481) to be updated: error_detail: Failed to perform the operation on the VM with UUID '5d448a19-5281-4c98-6ba6-dcc7fe26b2de' because specifying both 'dataSource' and 'diskSizeBytes' is not allowed., progress_message: 100
Steps to Reproduce
terraform apply
Important Factors
This will work if I create the additional disks right from the beginning. Adding a disk will fail.
The text was updated successfully, but these errors were encountered: