packer-cn/builder/amazon
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
..
chroot fix typos 2019-05-07 16:44:29 -07:00
common Merge pull request #8034 from cove/retry-describe-instances 2019-08-29 10:48:54 +02: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 Delete any `run_volume_tags` applied to EBS volumes at instance creation 2019-08-30 14:30:25 +01:00
instance Revert "move SSHInterface/SSHIPVersion fields to communitator.Config struct" 2019-07-02 10:46:10 -07:00