Skip to content

Commit

Permalink
Merge pull request #1 from shreyassanthu77/dev
Browse files Browse the repository at this point in the history
set default region for aws cli to project's region
  • Loading branch information
thdxr committed Nov 26, 2023
2 parents 802cac9 + 56e54c4 commit 9572167
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 9572167

Please sign in to comment.