packer-cn/provisioner/powershell
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 test/provisioner/powershell: Add acceptance test for powershell provisioner cleanup 2020-04-08 10:05:54 -04:00
execution_policy.go fix execution policy parser to not interfere with legit integers, and add tests (#8997) 2020-04-07 10:32:58 +02:00
execution_policy_test.go execution policy: make everything more idiomatic 2019-05-23 17:12:32 +02:00
executionpolicy_enumer.go generate execution policy from makefile 2019-05-27 14:52:04 +02:00
provisioner.go docs/provisioner/powershell: Add documentation for `skip_clean` option 2020-04-08 10:23:15 -04: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 #8908 from hashicorp/fix_4795 2020-04-09 08:56:19 -07:00
provisioner_test.go provisioner/powershell: Update remote clean up logic 2020-04-08 00:23:40 -04:00