fix: add missing secret key in http client configuration

pull/7459/head
Marin Salinas 7 years ago committed by Megan Marsh
parent ed2d2b9058
commit 2337703be6

@ -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

Loading…
Cancel
Save