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

### Description My use case is the following: I have a catalog shared to some orgs, I would like to share this catalog to more orgs. I have a similar...

enhancement

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

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

### Terraform Version Terraform v1.4.7 on linux_amd64 + provider registry.terraform.io/vmware/vcd v3.11.0 ### Affected Resource(s) - vcd_vapp_vm ### Terraform Configuration Files ```hcl resource "vcd_vapp_vm" "vm" { count = var.vm_count vapp_name =...

Hello, In the guide: Container Service Extension v4.1 Kubernetes clusters management When following this guide I get a cluster deployed with status "null" and in the logs it shows: denied...

Hello ### Description We have created tanzu kubernetes clusters based the example https://github.com/vmware/terraform-provider-vcd/tree/main/examples/container-service-extension/v4.1 After the clusters are created the status is Available and The RDE has VCD-KE status section ```...

This is the new Improved Firewall Rules UI VMware Cloud Director 10.5 provides enhanced user experience for firewall rule expressions. You can now create a single firewall rule and, optionally,...

enhancement

### Terraform Version Terraform v1.6.6 on windows_amd64 ### Affected Resource(s) Please list the resources as a list, for example: - vcd_network_pool ### Terraform Configuration Files `# Create a Port Group...

### Terraform Version ``` $ terraform -v Terraform v1.6.5 on linux_amd64 + provider registry.terraform.io/vmware/vcd v3.11.0 ``` ### Affected Resource(s) - vcd_external_network_v2 ### Terraform Configuration Files ```hcl ## vCD provider gateway...

Hello, I have an Org + catalog in my VCD environment for VM templates that are published to all other orgs. These templates are recreated every month with current patch...