parent
7e1646826d
commit
1cc9b3f1e3
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue