Commit 23dca95 1 parent 8b85d55 commit 23dca95 Copy full SHA for 23dca95
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ This provider uses the [terraform-provider-grafana](https://registry.terraform.i
5
5
#### Example
6
6
7
7
```
8
- GRAFANA_AUTH=api_token GRAFANA_URL=https://stack.grafana.net ./terraformer import grafana -r=dashboards // Import with Grafana API token
9
- GRAFANA_AUTH=username:password GRAFANA_URL=https://stack.grafana.net ./terraformer import grafana -r=dashboards // Import with HTTP basic auth
8
+ GRAFANA_AUTH=api_token GRAFANA_URL=https://stack.grafana.net ./terraformer import grafana -r=grafana_dashboard // Import with Grafana API token
9
+ GRAFANA_AUTH=username:password GRAFANA_URL=https://stack.grafana.net ./terraformer import grafana -r=grafana_dashboard // Import with HTTP basic auth
10
10
```
11
11
12
12
#### Configuration
You can’t perform that action at this time.
0 commit comments