We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e52d7a commit 271aaf6Copy full SHA for 271aaf6
grafana/provider.go
@@ -57,7 +57,7 @@ func providerConfigure(d *schema.ResourceData) (interface{}, error) {
57
cli.Transport = logging.NewTransport("Grafana", cli.Transport)
58
cfg := gapi.Config{
59
Client: cli,
60
- OrgID: d.Get("org_id").(int64),
+ OrgID: d.Get("org_id").(int64),
61
}
62
if len(auth) == 2 {
63
cfg.BasicAuth = url.UserPassword(auth[0], auth[1])
0 commit comments