packer-cn/provisioner/shell
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
..
test-fixtures Write generic Builder-Provisioner acceptance test logic (#8963) 2020-04-03 18:17:09 +02:00
provisioner.go Fix format 2020-03-12 17:59:34 +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_acc_test.go Merge pull request #9011 from hashicorp/powershell-acceptance-test 2020-04-07 05:40:26 -04:00
provisioner_test.go Update provisioner_test.go (#8900) 2020-03-18 11:51:54 +01:00
unix_reader.go provisioner/shell: comment on why we return right away if advance == 0 2013-10-15 09:48:12 -10:00
unix_reader_test.go provisioner/shell: fix EOF detection 2013-10-15 05:56:10 -07:00