-
Notifications
You must be signed in to change notification settings - Fork 33
Missing disk documentation and examples #99
Comments
hi @nsydenham for new deployment you can use the VirtualMachine.DiskN.Size property to add disk(s), in fact you can add any of these built in properties in your manifest please see documentation here if you're looking for a day 2 operations to add disk(s) this isn't supported as far as i know! There used to be a PR for this, not sure where it is standing at the moment! thanks! |
@hobovirtual - yes, but it's not documented where to put these parameters in a Terraform configuration. I've got it to work by placing the directives in a deployment_configuration, but this was only found by trial and error and seems a bit non-sensical when it should be in a resource_configuration block. It also seems to change between older provider versions and with vRA 8, hence my request for explicit documentation for the vRA 7 provider. |
@nsydenham The day 2 operation for adding disk in vra7 provider is not supported. Please open a request and we can prioritize it. Thanks, |
Hi , is this problem resolved ? I am also facing the same issue but i am using vra8. Please let me know . Thanks |
vRA 7.x version
7.6
Terraform version
0.13.5
terraform-provider-vra7 plugin version
2.0.0
Describe the bug
There is no documentation on either GitHub or at https://www.terraform.io/docs/providers/vra7/index.html of how to add an additional disk to a VM. Examples would be useful as well.
To Reproduce
Expected behavior
Clearly documenteed supported parameters for defining disks
Screenshots
NA
Logs
NA
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: