fix: add missing secret key in http client configuration

This commit is contained in:
Marin Salinas 2019-04-12 11:44:25 -05:00 committed by Megan Marsh
parent f28c3877e3
commit 17ee7b8163
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ func (s *StepUpdateOMIAttributes) Run(_ context.Context, state multistep.StateBa
ui.Say(fmt.Sprintf("Updating attributes on OMI (%s)...", omi))
newConfig := &oapi.Config{
UserAgent: config.UserAgent,
AccessKey: config.AccessKey,
SecretKey: config.SecretKey,
Service: config.Service,
Region: region, //New region