packer-cn/builder/vsphere/iso
Adrien Delorme 840e67f775
HCL2: when we see a map generate an attribute spec instead of a block spec (#9035)
* mapstructure-to-hcl2: when we see a map generate an attribute spec and not a block spec

this will alow to do

tags = {
 key = "value"
}

instead of

tags {
  key = "value"
}

This will also enable using variables directly for those tags

* generate code

* update tests
2020-04-14 16:05:13 +02:00
..
builder.go vsphere/iso: Add support for ovf export options 2020-03-19 14:46:30 -04:00
builder_acc_test.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
config.go Add ovf export capability to vsphere builders (#8764) 2020-03-19 13:51:43 -04:00
config.hcl2spec.go HCL2: when we see a map generate an attribute spec instead of a block spec (#9035) 2020-04-14 16:05:13 +02:00
step_add_cdrom.go add the remote iso first so that it is first in boot order 2020-03-12 11:29:19 -04:00
step_add_cdrom.hcl2spec.go remove extraneous files from when vsphere builder was a plugin, and move README into packer website as separated docs for vsphere-clone and vsphere-iso. Move option descriptions into struct code, and generate documentation directly from those structs as we do inside of the other builders 2020-01-07 16:59:31 -08:00
step_add_floppy.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
step_add_floppy.hcl2spec.go remove extraneous files from when vsphere builder was a plugin, and move README into packer website as separated docs for vsphere-clone and vsphere-iso. Move option descriptions into struct code, and generate documentation directly from those structs as we do inside of the other builders 2020-01-07 16:59:31 -08:00
step_boot_command.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
step_create.go clean up documentation for new NIC and storage params 2020-04-13 14:28:50 -04:00
step_create.hcl2spec.go go generate 2020-03-17 12:30:36 +01:00
step_remote_upload.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
step_remove_cdrom.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
step_remove_cdrom.hcl2spec.go add autogenerated help for vsphere iso remove cdrom 2020-02-12 11:31:46 -05:00
step_remove_floppy.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00