Commit Graph

28 Commits (d-powershell-generated-docs)

Author SHA1 Message Date
Adrien Delorme 125178d943
core: Decode: when in HCL2 decoding mode; reset the whole struct before preparing it. (#9622)
6 years ago
Wilken Rivera f672f5bd9b command/validate: Add support for HCL2 configuration files
6 years ago
Sylvia Moss ce45a1990a
Refactor communicator config for Qemu and add SkipNatMapping option (#9307)
6 years ago
Megan Marsh 4698f90e65 update deprecated options
6 years ago
Megan Marsh a94e147865 fix go fmt
6 years ago
Megan Marsh b28059c0a5 add generator to create a list of all the deprecated options that the fixers fix
6 years ago
Megan Marsh 15b14d4879 add deprecation check to config helper
6 years ago
Megan Marsh 3dc4ba2d68
Json vs HCL2 parity refactor (#9301)
6 years ago
Megan Marsh 82f03fca7c fix to work with hcl2; update tests
6 years ago
Megan Marsh cd7abf1f9e clean up a few final issues with info sharing
6 years ago
Adrien Delorme 4b7132c87c Merge remote-tracking branch 'origin/master' into sharing_info
6 years ago
Adrien Delorme 0785c2f6fc
build using HCL2 (#8423)
6 years ago
Megan Marsh 0f6d1beccf add an extra string array to the Prepare() return values in the builder interfaces; this sets up the ability for builders to give the provisioners custom user-accessible build-time variables.
6 years ago
Adrien Delorme db880ab50a add decoding tests for trilean
7 years ago
Megan Marsh 3c3f7f26ce implement custom data type "trilean" (tri-state-boolean) to track booleans which have a "null" or "unset" state. Previously we used *bool for these template options, but it turns out that those won't work because "unset" will evaluate to "false" if a user is using template variables to set the option that maps to a *bool.
7 years ago
Adrien Delorme e96409954a add execution policy type and use it to default the powershell cmd
7 years ago
Megan Marsh ff6a039d5b replace scrubconfig with packer.LogSecretFilter.Set
8 years ago
Matthew Hooker 81522dced0
move packer to hashicorp
9 years ago
Mitchell Hashimoto ac444accb1 helper/config: tests
11 years ago
Mitchell Hashimoto fd2d44c212 helper/config: copy buildname/buildtype properly
11 years ago
Mitchell Hashimoto 723b91ccf3 Merge pull request #2232 from mitchellh/f-build-name
11 years ago
Mitchell Hashimoto dc8c94890a helper/config: copy template path properly
11 years ago
Mitchell Hashimoto 90581899a4 helper/config: decode time durations
11 years ago
Mitchell Hashimoto 472b060394 packer: build_name and build_type work + tests
11 years ago
Mitchell Hashimoto 639e63fd7c packer: test for template path
11 years ago
Mitchell Hashimoto 931f3eb7bc helper/config: support outputting metadata
11 years ago
Mitchell Hashimoto bdb9bd7dc5 helper/config: error if unused keys
11 years ago
Mitchell Hashimoto 241f76b5b1 helper/config: decoder
11 years ago