Jan Buecken
Jan Buecken
Hello, if I have a VM with more than one nic, how can I change the adapter type of a specific nic? Missing an argument or option to specify the...
It would be great if the vcdcli and the vcd terraform provider consolidate a little. In particular it would be great if we can make use of the same environement...
### 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...
### Version Used a self compiled version based on #543. ### Affected Resource(s) Please list the resources as a list, for example: - vcd_vapp_vm ### Terraform Configuration Files ```hcl network...
### Version Used a self compiled version based on #543. ### Affected Resource(s) Please list the resources as a list, for example: - vcd_vapp_vm ### Terraform Configuration Files ```hcl network...
### Terraform Version Terraform v0.12.18 Provider Version: Self compiled based on https://github.com/terraform-providers/terraform-provider-vcd/pull/412 ### Affected Resource(s) - vcd_vapp - vcd_vapp_vm ### Terraform Configuration Files ```hcl resource "vcd_vapp" "vapp" { name =...
### Terraform Version Terraform v0.12.13 VCD Provider Version: Self compiled with https://github.com/terraform-providers/terraform-provider-vcd/pull/386 ### Affected Resource(s) - vcd_vapp - vcd_vapp_vm - vcd_vm ```hcl # vcd_vapp.vapp must be replaced -/+ resource "vcd_vapp"...
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....
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...
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:...