mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
[dynamic-source-ami] support instance builder too
This commit is contained in:
parent
ab3500b45c
commit
9379cbc5d9
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue