Skip to content

Commit

Permalink
Merge pull request #2 from ugurzongur/main
Browse files Browse the repository at this point in the history
Fix profile behavior
  • Loading branch information
ugurzongur authored Oct 10, 2022
2 parents 5479788 + 46a2be9 commit 38c7c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func createProvider(configureContextFunc schema.ConfigureContextFunc) *schema.Pr
"profile": {
Type: schema.TypeString,
Optional: true,
Default: "default",
Default: "",
},
"region": {
Type: schema.TypeString,
Expand Down

0 comments on commit 38c7c8a

Please sign in to comment.