Skip to content

Commit

Permalink
fix: remove double default (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomasi authored Feb 26, 2022
1 parent c397e6f commit 5f729d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion civo/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ func Provider() *schema.Provider {
"region": {
Type: schema.TypeString,
Optional: true,
Default: "",
DefaultFunc: schema.EnvDefaultFunc("CIVO_REGION", ""),
Description: "If region is not set, then no region will be used and them you need expensify in every resource even if you expensify here you can overwrite in a resource.",
},
Expand Down

0 comments on commit 5f729d1

Please sign in to comment.