terraform-provider-vcd
terraform-provider-vcd copied to clipboard
Terraform VMware Cloud Director provider
### Terraform Version Terraform v1.0.7 on windows_amd64 + provider registry.terraform.io/terraform-providers/vcd v3.3.1 ### Affected Resource(s) vcd_edgegateway ### Terraform Configuration Files ```hcl provider "vcd" { user = var.vcd_user password = var.vcd_pass org...
### Terraform Version Terraform v1.0.6 on linux_amd64 + provider registry.terraform.io/vmware/vcd v3.3.1 ### Affected Resource(s) - vcd_network_routed ### Terraform Configuration Files ```hcl resource "vcd_network_routed" "rnet" { name = "tf-demo-r-net-01" vdc =...
This problem *seems* to occur after vCenter is upgraded to 7.0 U2b. So I think the problem is with the provider. Manual creation of VM worked fine with customization. ###...
### Terraform Version 1.0.2 ### vCD Provider Version 3.3.1 ### Affected Resource(s) - vcd_nsxv_snat - vcd_nsxv_dnat ### Issue description Our code already creates correct NAT rules for the external network...
Hi there, After upgrading VMware Cloud Director to version: 10.2.0. Unable to create VM: Requested disk iops 0 for virtual machine "vm" exceeds maximum allowed iops 3,501 ### Version Terraform...
### Terraform Version ``` Terraform v0.14.7 + provider registry.terraform.io/vmware/vcd v3.1.0 ``` ### Affected Resource(s) - vcd_edgegateway ### Terraform Configuration Files ``` ## edge gateway 1 resource "vcd_edgegateway" "edge1" { org...
Hi there, After importing an existing vcd_org into terraform the "apply" fails. ### Terraform Version Terraform v0.15.4 on linux_amd64 + provider registry.terraform.io/vmware/vcd v3.2.0 ### Affected Resource(s) - vcd_org ### Terraform...
Attaching direct org network to `vcd_vapp_vm` with incorrect IP gives non informative error. Such HCL definition ```hcl resource "vcd_vapp_vm" "web1" { # ... network { type = "org" name =...
With PR #432, we have the ability to see and modify the lease policy of an organization, thus influencing the underlying vApps. We need the ability of seeing the lease...
Hi there can you please add the following options to resource org ? Account lockout Invalid logins before lockout Account lockout interval Att, Leonardo Prado