send to step run spot instance
This commit is contained in:
parent
67c3373107
commit
818d9bb087
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue