packer-cn/common/shell-local
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
..
communicator.go allow a provisioner to timeout 2019-04-08 20:09:21 +02:00
communicator_test.go allow a provisioner to timeout 2019-04-08 20:09:21 +02:00
config.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05: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 implement template variable for accessing WinRM password in either environemnt variables or directly in execute_command or inline commands. 2018-05-23 16:00:43 -07:00
run.go Fix gosimple S1025 linting errors (#8838) 2020-03-04 15:31:30 -05:00