Loading

Home of the Veeam Vanguard Members

This post was originally published on this siteThe Issue When using Terraform to deploy a virtual machine OVA using Terraform, I kept hitting the below error: Error: error while creating vapp properties config unsupported vApp properties in vapp.properties: [vm.vmname vami.gateway.DMS_agent_VA vami.netmask0.DMS_Agent_VA vami.DNS.DMS_Agent_VA vami.searchpath.DMS_Agent_VA vami.ip0.DMS_Agent_VA vami.domain.DMS_Agent_VA] on Agent_appliance/main.tf line 20, in resource “vsphere_virtual_machine” “vm”: 20: resource […]

This post was originally published on this siteThe Issue When using Terraform to deploy a virtual machine OVA using Terraform, I kept hitting the below error: Error: error while creating vapp properties config unsupported vApp properties in vapp.properties: [vm.vmname vami.gateway.DMS_agent_VA vami.netmask0.DMS_Agent_VA vami.DNS.DMS_Agent_VA vami.searchpath.DMS_Agent_VA vami.ip0.DMS_Agent_VA vami.domain.DMS_Agent_VA] on Agent_appliance/main.tf line 20, in resource “vsphere_virtual_machine” “vm”: 20: resource […]

This post was originally published on this siteThe Issue I had installed the “VMware vRealize Operations Management Pack for Horizon 1.2” into my vROPs instance, and tried to connect my Horizon instance, instantly hitting the helpful error message of: Failed to Test adapter instance. Reason – Unknown Error. Please contact support team Obviously, I’d probably […]

This post was originally published on this siteThe Issue I had installed the “VMware vRealize Operations Management Pack for Horizon 1.2” into my vROPs instance, and tried to connect my Horizon instance, instantly hitting the helpful error message of: Failed to Test adapter instance. Reason – Unknown Error. Please contact support team Obviously, I’d probably […]

This post was originally published on this siteThe Issue When using Terraform to perform an action, and the input is using a $, you can end up with an output such as the below. │ Error: Invalid character │  │  on main.tf line 104, in resource “vra_blueprint” “this”: │ 104:      network: ‘${resource.Cloud_Network_1.id}’ │  │ This character […]

This post was originally published on this siteThe Issue When using Terraform to perform an action, and the input is using a $, you can end up with an output such as the below. │ Error: Invalid character │  │  on main.tf line 104, in resource “vra_blueprint” “this”: │ 104:      network: ‘${resource.Cloud_Network_1.id}’ │  │ This character […]