Skip to content

Commit

Permalink
Merge pull request #82 from Voronenko/ovf-examples-chore
Browse files Browse the repository at this point in the history
chore(typos) fixed refactoring typos in example
  • Loading branch information
josenk authored Nov 27, 2019
2 parents 102c2ce + 591fd0c commit 6d40cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/06 OVF Properties/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ resource "esxi_guest" "vmtest" {
#
ovf_source = var.ovf_file

ovf_property {
ovf_properties {
key = "password"
value = "Passw0rd1"
}

ovf_property {
ovf_properties {
key = "hostname"
value = "HelloWorld"
}

ovf_property {
ovf_properties {
key = "user-data"
value = base64encode(data.template_file.userdata_default.rendered)
}
Expand Down

0 comments on commit 6d40cee

Please sign in to comment.