packer-cn/builder/amazon/ebsvolume
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
..
artifact.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
block_device.go Add volume and run tags if in us-gov/china 2018-02-05 16:39:20 -08:00
builder.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
builder_test.go skip region validation in tests that don't care; refactor Prepare func so we can test region validation logic with a mock 2018-09-19 10:30:08 -07:00
step_tag_ebs_volumes.go don't store names of volumes we will be deleting when the instance terminates 2019-07-01 14:44:17 -07:00