This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
Packer-Cn
Watch
2
Star
0
Fork
0
mirror of
https://github.com/hashicorp/packer.git
synced
2026-09-20 15:01:40 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2cdc052d7c2920068d0ebca61e6c55698ec96192
Packer-Cn
/
helper
/
config
T
History
Ricardo Rosales
809f38be3a
[azure-chroot] Updating parameter
exlude_from_latest
to
exclude_from_latest
(
#10034
)
2020-10-07 11:08:33 +02:00
..
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.
2019-08-22 13:18:15 -07:00
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.
2019-08-22 13:18:15 -07:00
decode_test.go
add decoding tests for trilean
2019-08-23 12:01:28 +02:00
decode.go
core: Decode: when in HCL2 decoding mode; reset the whole struct before preparing it. (
#9622
)
2020-07-23 09:25:07 +02:00
deprecated_options.go
[azure-chroot] Updating parameter
exlude_from_latest
to
exclude_from_latest
(
#10034
)
2020-10-07 11:08:33 +02:00