Skip to content

Commit

Permalink
specify default region
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Dec 22, 2023
1 parent 83bd45f commit abcd768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/project/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func (a *AwsProvider) Init(workdir string, args map[string]string) (err error) {
return err
}
if cfg.Region == "" {
return util.NewReadableError("No region found in AWS config")
cfg.Region = "us-east-1"
}
a.config = cfg

Expand Down

0 comments on commit abcd768

Please sign in to comment.