Giuseppe Maxia
Giuseppe Maxia
With PR #432, we have the ability to see and modify the lease policy of an organization, thus influencing the underlying vApps. We need the ability of seeing the lease...
After upgrading to SDK 2.1 (PR #576) the method `make website-test` is not maintained anymore. We need to research and implement a new method.
After upgrading to terraform SDK 2.1 (PR #576), we have several tasks to complete, mostly to react to deprecated functions 1. Update Create, Read, Update, Delete, and Import functions (currently...
Before a release, we need to apply some extra checks: * the `go.mod` file should not be linking to an `alpha.*` branch * The CHANGELOG entry should not have duplicates...
Many resources are using IDs to reference either parents or depending resources. We need to give uses some examples and guidelines on how to do it. We should offer cases...
Catalog item is a resource that the VDC provider uses mainly as a place holder for a vApp template. Its usefulness is mostly as a vApp template. ## Problem The...
Using a system made of two vCDs and a load balancer in front, we get an error during the upload of a catalog item. ```hcl resource "vcd_catalog_item" "photon-hw11a" { org...
This is a bug difficult to reproduce, which seems to be a race condition. Using a script generated by [full-env.tf](https://github.com/terraform-providers/terraform-provider-vcd/blob/master/vcd/test-templates/full-env.tf), the catalog item upload, which usually completes in less than...
The vCD provider documentation pages show for each property whether it is required or optional. However, they don't show which properties can be updated, i.e. the ones that will not...
The test environment created by `make test-env-build` (PR #263) creates a Terraform configuration file, and indirectly a state file (by running `terraform apply`). These files are preserved in a separated...