Comment non-configurable vapp property
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Danny Bessems 2021-02-04 08:43:28 +01:00
parent fb8776bf84
commit 267ffac40d

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!"