packer-cn/provisioner/puppet-masterless
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
..
provisioner.go Remove redundant placeholder (#8503) 2019-12-19 10:39:46 +01:00
provisioner.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
provisioner_test.go change all provision func signatures to use map[string]interface{} 2019-12-12 15:38:32 -08:00