vmware / terraform-provider-vra

Terraform Provider for VMware Aria Automation
https://registry.terraform.io/providers/vmware/vra/
Mozilla Public License 2.0
101 stars 89 forks source link

Add blueprint schema fetch if catalog version not available during deployment update #492

Closed an2ane closed 1 year ago

an2ane commented 1 year ago

This was done because if a catalog item version is no longer available, the update function returns a 404 error. However, the blueprint version still exists and contains all the useful information we need to update a deployment.

We had an issue where an already deployment resource where no longer terraform compliant if a catalog item version was no longer available.

Also commented a line in the cloud_account_vsphere example.

Signed-off-by: an2ane antoine.berlon@gmail.com