[dynamic-source-ami] support instance builder too

This commit is contained in:
Chris Lundquist 2016-10-01 23:01:01 +00:00
parent ab3500b45c
commit 9379cbc5d9
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
&awscommon.StepSourceAMIInfo{
SourceAmi: b.config.SourceAmi,
EnhancedNetworking: b.config.AMIEnhancedNetworking,
AmiFilters: b.config.SourceAmiFilter,
},
&awscommon.StepKeyPair{
Debug: b.config.PackerDebug,