Skip to content

Commit

Permalink
add default region
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Dec 24, 2023
1 parent 84d8069 commit 29be6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/project/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ func (a *AwsProvider) resolveConfig() (aws.Config, error) {
}
if a.args["region"] != "" {
lo.Region = a.args["region"]
lo.DefaultRegion = "us-east-1"
}
return nil
},
Expand Down

0 comments on commit 29be6e0

Please sign in to comment.