mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 18:50:11 -04:00
fix: add missing secret key in http client configuration
This commit is contained in:
parent
ed2d2b9058
commit
2337703be6
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue