Skip to content

Commit

Permalink
Merge pull request #1 from yamadapc/master
Browse files Browse the repository at this point in the history
Fix typo in provider declaration
  • Loading branch information
digitalpoetry authored Feb 24, 2022
2 parents a3d8f90 + 9350090 commit 8107aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-provider-redash/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func Provider() *schema.Provider {
DefaultFunc: schema.EnvDefaultFunc("REDASH_API_KEY", ""),
Description: "Redash API key",
},
"redash_host": {
"redash_uri": {
Type: schema.TypeString,
Required: true,
DefaultFunc: schema.EnvDefaultFunc("REDASH_HOST", ""),
Expand Down

0 comments on commit 8107aca

Please sign in to comment.