packer-cn/builder/virtualbox/ovf
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
config_test.go build using HCL2 (#8423) 2019-12-17 11:25:56 +01:00
step_import.go Remove config dependency inside StepImport 2019-12-20 11:58:28 +01:00
step_import_test.go Remove config dependency inside StepImport 2019-12-20 11:58:28 +01:00
step_test.go fix imports 2018-01-24 17:09:17 -08:00