terraform-provider-vcd icon indicating copy to clipboard operation
terraform-provider-vcd copied to clipboard

Terraform VMware Cloud Director provider

Results 185 terraform-provider-vcd issues
Sort by recently updated
recently updated
newest added

Changelog contains the list of implemented resources. `make testtm` works

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

Hi Team, are we safe to assume TFV 3.13.0 is compatible with CSE 4.2.2 as, basically, there are no funcionality changes between 4.2.1 and 4.2.2?

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

hello, im new to Tf and whenever i try creating an OrgvDC for an existing Organization, im getting an error as per below: "Error: The terraform-provider-vcd_v3.10.0 plugin crashed! This is...

Hello, I am unable to create multiple `vcd_nsxt_edgegateway` resources because of what appears to be some sort of global lock against concurrent writes. ### Terraform Version ``` Terraform v1.9.5 on...

### Terraform Version Run `terraform -v` to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed....

Hello, can someone plz help? im new to TF and im using this vmware/vcd provider just for test creating an Org im getting the following error whenever i run the...

### Terraform Version Terraform v1.9.6 ### Affected Resource(s) - vcd_vapp_vm ### Terraform Configuration Files ```hcl terraform { required_providers { vcd = { source = "vmware/vcd" version = "3.13.0" } }...

Assume you have a shared catalog from org "other-org" and a local catalog in one org named "my-org" Both catalogs have the same name. In this example, lets name both...