Comment non-configurable vapp property
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2021-02-04 08:43:28 +01:00
parent fb8776bf84
commit 267ffac40d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ resource "vsphere_virtual_machine" "TF-SRV01" {
vapp {
properties = {
"deployment.type" = "standalone"
# "deployment.type" = "standalone"
"guestinfo.hostname" = "TF-SRV01"
"guestinfo.administratorpw" = "Secret123!"