lvirbalas

Results 7 issues of lvirbalas

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

bug

### Affected Resource(s) - vcd_vapp_vm ### Terraform Configuration Files ```hcl resource "vcd_vapp_vm" "demo_vm_wordpress" { vapp_name = vcd_vapp.demo_vapp.name name = "demo-vm-wordpress" catalog_name = "shared-catalog" template_name = "bitnami-wordpress-5.3.2-2-r01-linux-centos-7-x86_64" memory = 512 cpus...

enhancement

Placeholder for implementing `vcd_provider_vdc` (or just `vcd_vdc`) resource. Includes ability to assign metadata too.

enhancement

### Terraform Version Terraform v0.11.7 ### Affected Resource(s) - vcd_vapp - vcd_vapp_vm - vcd_vapp_network ### Terraform Configuration Files ``` # Configure the VMware vCloud Director Provider provider "vcd" { url...

bug

The goal of this bug report is to review which fields of Org VDC network resources can be updated in-place as opposed to forcing a recreation of the whole resource....

bug
enhancement

### Terraform Version Terraform v0.11.7 ### Affected Resource(s) - vcd_vapp_vm - vcd_vapp ### Terraform Configuration Files Define any configuration with a vApp and two VMs. ### Panic Output ``` vcd_vapp_vm.TerraformVM9:...

bug

Right now we have an `orgvdcnetwork_test.go`, which tests only finding of the network. However, the library actually has functionality to _create_ Org vDC networks right now. This can be tested...

enhancement
Testing