fix: add missing secret key in http client configuration

This commit is contained in:
Marin Salinas 2019-04-18 09:41:04 -05:00 committed by Megan Marsh
parent ed2d2b9058
commit 2337703be6
1 changed files with 1 additions and 0 deletions

View File

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