:chore: added OSC Connection in builder file

This commit is contained in:
PacoDw 2020-08-17 10:06:00 -05:00 committed by Marin Salinas
parent 1fbe715c13
commit 22481d1ac2
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (pack
&osccommon.StepPreValidate{
DestOmiName: b.config.OMIName,
ForceDeregister: b.config.OMIForceDeregister,
API: b.config.AccessConfig.API,
},
&osccommon.StepSourceOMIInfo{
SourceOmi: b.config.SourceOmi,