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-27 02:04:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3c3f7f26cefef0f33509130b3db77e59ccafdd5a
Packer-Cn
/
builder
/
amazon
T
History
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.
2019-08-22 13:18:15 -07:00
..
chroot
fix typos
2019-05-07 16:44:29 -07:00
common
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
ebs
refactored step_ami_region_copy to fix bugs and clarify assumptions; added more tests for that step.
2019-07-17 11:30:20 -07:00
ebssurrogate
Revert "move SSHInterface/SSHIPVersion fields to communitator.Config struct"
2019-07-02 10:46:10 -07:00
ebsvolume
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
instance
Revert "move SSHInterface/SSHIPVersion fields to communitator.Config struct"
2019-07-02 10:46:10 -07:00