Skip to content

Commit

Permalink
Fix profile behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ugurzongur committed Oct 10, 2022
1 parent 5479788 commit 46a2be9
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 46a2be9

Please sign in to comment.