send to step run spot instance

This commit is contained in:
Megan Marsh 2019-11-21 13:21:56 -08:00
parent 67c3373107
commit 818d9bb087
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (pack
UserData: b.config.UserData,
UserDataFile: b.config.UserDataFile,
VolumeTags: b.config.VolumeRunTags,
NoEphemeral: b.config.NoEphemeral,
}
} else {
instanceStep = &awscommon.StepRunSourceInstance{