terraform-provider-vcd
terraform-provider-vcd copied to clipboard
Terraform VMware Cloud Director provider
hello, I faced the same issue, that the plugin crashes, if using vcd_network_routed but with a DHCP pool instead of static IP pool ### Terraform Version ``` Terraform v0.13.3 +...
Hi there, thanks for this great provider. ### Affected Resource(s) vcd_org ### Feature Request Could you please add an option to set organization policies, especially limits like Number of resource-intensive...
I'm just asking if static routing on nsxv is in roadmap. thanks
### Terraform Version Terraform version: 0.12.19 vcd provider version: vcd = "~> 3.0" ### Affected Resource(s) - vcd_nsxv_firewall_rule ### Terraform Configuration Files ``` resource "vcd_nsxv_firewall_rule" "my-rule-1" { org = "my-org"...
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...
### Terraform Version Terraform v0.12.0 + provider.vcd v2.7.0 ### Affected Resource(s) - vcd_vapp_vm ### Terraform Configuration Files ```hcl resource "vcd_vapp" "demo_vapp" { name = "demo-web" depends_on = ["vcd_network_routed.demo_routed_net_web"] } resource...
Hi there, I figured out an issue with a DHCP routed network and trying to set dnat rule. IP is during plan known, but in apply not. The network is...
Hi, We have a scenario where in vCloud Director we need to create new VMs from a running VM, rather than a Template VM in a catalog library. I can't...
### Terraform Version Terraform v0.12.23 + provider.vcd v2.7.0 ### Affected Resource(s) - resource "vcd_network_routed" ### Terraform Configuration Files ``` locals { org = "" vdc = "" edge_gateway = ""...