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
Wilken Rivera f672f5bd9b
command/validate: Add support for HCL2 configuration files
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 command/validate: Add support for HCL2 configuration files 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