From ee58c8b4554d2f53eaeeb5afe9d0c4fdc0768f2d Mon Sep 17 00:00:00 2001 From: Ray Terrill Date: Wed, 14 Aug 2019 09:24:30 -0700 Subject: [PATCH] Updated properties section of OVA to include an equals sign --- website/docs/r/virtual_machine.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/virtual_machine.html.markdown b/website/docs/r/virtual_machine.html.markdown index 00132f4d6..92930fff4 100644 --- a/website/docs/r/virtual_machine.html.markdown +++ b/website/docs/r/virtual_machine.html.markdown @@ -319,7 +319,7 @@ resource "vsphere_virtual_machine" "vm" { } vapp { - properties { + properties = { "guestinfo.tf.internal.id" = "42" } }