vmware / terraform-provider-vcd

Terraform VMware Cloud Director provider
https://www.terraform.io/docs/providers/vcd/
Mozilla Public License 2.0
151 stars 112 forks source link

Improve media item upload stability #1273

Closed adambarreiro closed 5 months ago

adambarreiro commented 5 months ago

This PR modifies vcd_catalog_media code to prevent it from hanging when the upload Task completes successfully but for some reason the progress is not 100% (could happen with some glitch in VCD)

Tests

Run TestAccVcdCatalogMediaBasic in a VCD version that has this problem. Without this fix, it never ends.