You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/helper/config
Adrien Delorme 125178d943
core: Decode: when in HCL2 decoding mode; reset the whole struct before preparing it. (#9622)
6 years ago
..
custom_types.go 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
custom_types_test.go 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
decode.go core: Decode: when in HCL2 decoding mode; reset the whole struct before preparing it. (#9622) 6 years ago
decode_test.go add decoding tests for trilean 7 years ago
deprecated_options.go Refactor communicator config for Qemu and add SkipNatMapping option (#9307) 6 years ago