terraform-provider-vcd
terraform-provider-vcd copied to clipboard
Terraform VMware Cloud Director provider
* `TestAccVcdNsxVdcGroupResources` test import of sometimes fails due to `vcd_nsxt_ipsec_vpn_tunnel` changing states as the test progresses. The solution is to ignore validation of these fields on import test. ``` ===...
### Overview This PR makes all resources and data sources that support metadata to handle all the attributes of a Metadata Entry (which are: **key**, **value**, **type**, **access level** and...
Resource `vcd_catalog_access_control` is modeled after `vcd_vapp_access_control` and `vcd_org_vdc_access_control`. Given a catalog, this resource can add and modify access control settings, either general (share with everyone) or detailed (share with one...
Implements resource `vcd_subscribed_catalog` that subscribes to a published catalog (Issue #776) Improve `vcd_catalog` resource and data source with fields that show publishing related data: * `href` * `publisher_subscription_url` * `vapp_template_list`...
Hello, I can't redo the distributed firewall from an imported statefile ```bash $ terraform import vcd_nsxt_distributed_firewall.t1 C0000001-001.VDC_GOUV vcd_nsxt_distributed_firewall.t1: Importing from ID "C0000001-001.VDC_GOUV"... vcd_nsxt_distributed_firewall.t1: Import prepared! Prepared vcd_nsxt_distributed_firewall for import vcd_nsxt_distributed_firewall.t1:...
### 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...
### 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...
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...
Address Issue #1232 Add various listing methods for vApp networks: * Add fields "vapp_network_names" and "vapp_org_network_names" to `vcd_vapp` resource and data source * Add the ability to list vApp networks...
### Discussed in https://github.com/vmware/terraform-provider-vcd/discussions/1227 Originally posted by **AlexDubel** March 21, 2024 Hi, guys, In my organization, I have eight networks and two vApps, some of which are connected to the...