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

Hello, ### Terraform Version Terraform v1.7.3 on darwin_amd64 + provider registry.terraform.io/vmware/vcd v3.12.1 ### Affected Resource(s) Please list the resources as a list, for example: - vcd_cse_kubernetes_cluster ### Terraform Configuration Files...

## Overview Closes #827 This PR adds a new resource and data source `vcd_org_oidc`, that allow to configure OpenID Connect for a given Organization in VCD. ## Details Most of...

This is the first step towards adding support for solution add-on management in VCD using Terraform provider. This particular PR adds one new resource and one data source `vcd_solution_landing_zone` that...

WIP. Stacked PR on top of #1251

Add resources and data sources to handle site and org associations: Data sources: * [x] `vcd_site` to read site information * [x] `vcd_site_multi_site` to get association data from current site...

Hello, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please...

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

In Cloud Director 10.5 and higher, you can disable IOPS viewing rights for tenants iops policy is enabled and inherited from provider vdc If you push a role to tenants...

This PR bumps * google.golang.org/protobuf v1.31.0 -> v1.33.0 * golang.org/x/net v0.18.0 -> v0.23.0 These versions reflect [`go.mod`](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/go.mod) of terraform-plugin-sdk `main` branch.

Hi! We are currently working with terraform on VCD and are faced with a challenge. Within our VCD environment, we use VCDA for disaster recovery and workload migrations. This creates...

enhancement