packer-cn/builder/virtualbox/vm
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 Add step_http_ip_discover to virtualbox to allow HTTPIP in vboxmanage (#8700) 2020-02-07 10:38:48 +01:00
config.go Rename communicator config variables and remove deprecated code (#8584) 2020-01-09 08:37:30 -08: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_create_snapshot.go StepCreateSnapshot.Run() will stop and create an error if the virtual machine is still running 2019-07-26 12:34:27 +02:00
step_import.go Merged changes from local branch 2019-07-26 12:29:44 +02:00
step_set_snapshot.go builder/virtualbox/vm: fix dropped error 2019-10-01 15:54:28 -07:00