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 #489

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.

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

vmwclabot commented 1 year ago

@an2ane, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

an2ane commented 1 year ago

Forgot to add the signature