0
0
llucycodes42
This code creates a Grafana instance at http://grafana.example.com/. The auth variable specifies the user's authentication credentials.
Shortcut: tf_grafana
provider "grafana" {
url = "http://grafana.example.com/"
auth = "1234abcd"
}