Skip to content

Commit

Permalink
set default region for aws cli to project's region
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyassanthu77 committed Nov 25, 2023
1 parent 802cac9 commit 56e54c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/project/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func (s *stack) runtime() (string, error) {
"AWS_ACCESS_KEY_ID": credentials.AccessKeyID,
"AWS_SECRET_ACCESS_KEY": credentials.SecretAccessKey,
"AWS_SESSION_TOKEN": credentials.SessionToken,
"AWS_DEFAULT_REGION": s.project.Region(),
},
"bootstrap": map[string]string{
"bucket": bootstrap,
Expand Down

0 comments on commit 56e54c4

Please sign in to comment.