Bring back volume tagging to ebsvolume

Related to #5486
This commit is contained in:
Mark Meyer 2017-10-23 21:40:35 +02:00
parent 7e1646826d
commit 1cc9b3f1e3
1 changed files with 4 additions and 0 deletions

View File

@ -164,6 +164,10 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
TemporarySGSourceCidr: b.config.TemporarySGSourceCidr, TemporarySGSourceCidr: b.config.TemporarySGSourceCidr,
}, },
instanceStep, instanceStep,
&stepTagEBSVolumes{
VolumeMapping: b.config.VolumeMappings,
Ctx: b.config.ctx,
},
&awscommon.StepGetPassword{ &awscommon.StepGetPassword{
Debug: b.config.PackerDebug, Debug: b.config.PackerDebug,
Comm: &b.config.RunConfig.Comm, Comm: &b.config.RunConfig.Comm,