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 Overnight I received an email from the VMware Cloud Services platform regarding a VMC environment I am an administrator of. The opening paragraph was as below: Please be advised that you have VMs and or objects in your VMware Cloud on AWS SDDC that do not […]


This post was originally published on this siteThe Issue Overnight I received an email from the VMware Cloud Services platform regarding a VMC environment I am an administrator of. The opening paragraph was as below: Please be advised that you have VMs and or objects in your VMware Cloud on AWS SDDC that do not […]


This post was originally published on this siteBackground I recently started a new job and with it came a new laptop, a MacBook Pro with Apples M1 chip to be precise. So I thought to myself, this is a great opportunity to explore the capabilities of the new for 2021 Veeam agent for Mac. Now […]


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 […]


This post was originally published on this siteJust a quick blog post on how to authenticate Docker to a Harbor Image Registry, using a Robot Account, which is good for programmatically access to push/pull images from your registry. Harbor introduced the capability for administrators to create system robot accounts you can use you run automated […]
