packer/hcl2template/testdata/complete
Megan Marsh fbbda0f9d9
Sensitive locals (#10509)
* Allow locals to be delcared as individual blocks, and give them the Sensitive flag

* add docs for new local block

* linting

* add tests

* modified parsing to use schema, check for dupes properly

* update comment

fix wording a liiitle

* add tests for duplicate variables definition in two different files

* remove unnecessary slice initialisation

* fix crash by returning when decode error is hit

* parseLocalVariables: only treat a local vars if its not nil

also return in case of error
return locals in case of error too

* fix duplicate_locals test for windows

Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2021-01-26 10:21:44 +01:00
..
build.pkr.hcl HCL2: add post-processors block to run multiple post-processor after a build (#9638) 2020-07-28 10:02:37 +02:00
datasource.pkr.hcl (2) Implement datasources (#10440) 2021-01-20 10:37:16 +01:00
sources.pkr.hcl (2) Implement datasources (#10440) 2021-01-20 10:37:16 +01:00
variables.pkr.hcl Sensitive locals (#10509) 2021-01-26 10:21:44 +01:00