Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
fix: change the default value of GRAYLOG_X_REQUESTED_BY to terraform-…
Browse files Browse the repository at this point in the history
…provider-graylog

BREAKING_CHANGE:

Change the default value of GRAYLOG_X_REQUESTED_BY to terraform-provider-graylog.
  • Loading branch information
suzuki-shunsuke committed Jan 12, 2020
1 parent 30adcec commit 8a46441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/graylog/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func Provider() *schema.Provider {
Type: schema.TypeString,
Optional: true,
DefaultFunc: schema.MultiEnvDefaultFunc([]string{
"GRAYLOG_X_REQUESTED_BY"}, "terraform-go-graylog"),
"GRAYLOG_X_REQUESTED_BY"}, "terraform-provider-graylog"),
},
"api_version": {
Type: schema.TypeString,
Expand Down

0 comments on commit 8a46441

Please sign in to comment.