terraform-provider-vcd
terraform-provider-vcd copied to clipboard
Terraform VMware Cloud Director provider
### Terraform Version Terraform v0.11.3 + provider.vcd v1.0.0 ### Affected Resource(s) - vcd_vapp_vm vCloud allows to create VM without using a template. The VM can be booted from iPXE. When...
Hi there, 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,...
Given a resource definition like this: ``` { "vcd_vapp_vm": { "myvm": { ... "depends_on": [ "vcd_vapp.app_main" ], "network": [ { "type": "org", "name": "mynetwork", "ip_allocation_mode": "POOL", "is_primary": true } ]...
As you mentioned in https://github.com/terraform-providers/terraform-provider-vcd/issues/379#issue-514578890 the power_on value is not set during import. But this has a big issue if you want to import and run next apply without downtime....
Terraform 0.12.6 so far, but version shouldn't matter. Steps to reproduce 1. `terraform apply` for the following config ```hcl resource "vcd_vapp_vm" "web" { org = "${var.vcd_org}" vdc = "${var.vcd_vdc}" count...
Affected resources: - "vcd_vapp" - "vcd_vapp_vm" Version - provider 2.6 - Terraform v0.12.18 Most important example for this issue is vApp and VM resource In the current design, you reference...
### Terraform Version Terraform: v0.11.14 OS: Linux CentOS 7.6 x86_64 ### Terraform vcd provider Version vcd provider: v2.4.0 vCloud Director: 9.7 ### Affected Resource(s) vcd_dnat vcd_firewall_rules ### Expected Behavior vcd...
This is a feature request to implement the possibility to implement the configuration of the firewall / NAT of the vApp network. vApp network configuration was introduced with https://github.com/terraform-providers/terraform-provider-vcd/commit/5cab61f74b82e9ccbcd89897ed3215c57aa6d407 Next...
Usually, the terraform docs have an argument reference section and an attribute reference section. argument reference is for input parameter attribute reference for output parameter, e.g. for further usage Example:...
Using a system made of two vCDs and a load balancer in front, we get an error during the upload of a catalog item. ```hcl resource "vcd_catalog_item" "photon-hw11a" { org...