Files
Packer-Cn/builder
DanHam bbeb1a3528 Delete any run_volume_tags applied to EBS volumes at instance creation
* Allows `run_volume_tags` to be set without requiring a major rewrite
  of the (common) amazon builder code used to start an instance.
  The common start up code tags the instance and *all attached volumes
  at creation*. If `run_volume_tags` are set this means that any volumes
  specified in `ebs_volumes` will *initially* be tagged with the
  `run_volume_tags` rather than the tags set in the `ebs_volumes`
  section
* Once the instance is reported to be 'ready' the step to tag the EBS
  volumes is run. Once complete all volumes should have the tags
  requested by the user:

    * Volumes associated with the source instance should be tagged with
      the tags set in `run_volume_tags` (if any)
    * Each EBS volumes specified in the `ebs_volumes` section of the
      template should only be tagged with its associated tags (if any)
2019-08-30 14:30:25 +01:00
..
2019-07-25 06:49:51 +02:00
2019-07-03 13:34:23 -07:00
2019-08-01 11:35:53 -07:00
2019-04-08 20:09:21 +02:00
2019-04-08 20:09:21 +02:00
2019-04-08 20:09:21 +02:00
2019-07-03 13:34:23 -07:00
2019-07-18 12:07:08 -05:00
2019-08-29 05:13:46 -07:00
2019-07-24 21:19:53 +02:00
2019-07-26 17:27:58 +08:00
2019-08-19 21:36:43 +02:00