packer-cn/builder/amazon/ebs
James Nugent e856339309 build/amazon-ebssurrogate: Add region copy, attributes, tags steps
As pointed out in the initial code review of #4351, some of the steps
from the standard EBS builder were (intetionally) omitted. It turns out
that these actually are useful, and the original rationale for the
omission was wrong. Consequently, this commit adds in the following
steps:

- `StepPrevalidate`
- `StepTagEBSVolumes`
- `StepDeregisterAMI`
- `StepCreateEncryptedAMICopy`
- `StepAMIRegionCopy`
- `StepModifyAMIAttribute`
- `StepCreateTags`

We also fix the interpolation filter and documentation to reflect these
additions, though the majority were already documented and just not
functional.
2017-02-27 09:05:39 -06:00
..
builder.go build/amazon-ebssurrogate: Add region copy, attributes, tags steps 2017-02-27 09:05:39 -06:00
builder_acc_test.go Fixes acceptance test 2016-11-30 22:58:19 -05:00
builder_test.go builder/amazon: Change shutdown_behaviour to shutdown_behavior 2016-12-14 21:59:16 +01:00
step_cleanup_volumes.go compress pr #4395 2017-01-13 11:42:20 -08:00
step_create_ami.go builder/amazon: Crashes when multiple EBS vols are used 2016-12-21 15:37:08 +01:00
tags_acc_test.go Implements Snapshot tagging 2016-11-26 17:48:26 +01:00