Skip to content

Commit 52eec2e

Browse files
authored
Fix grafana_dashboard import example (#407)
1 parent a3b4ed2 commit 52eec2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ resource "grafana_dashboard" "metrics" {
4848
Import is supported using the following syntax:
4949

5050
```shell
51-
terraform import grafana_dashboard.dashboard_name {{dashboard_slug}}
51+
terraform import grafana_dashboard.dashboard_name {{dashboard_uid}}
5252
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
terraform import grafana_dashboard.dashboard_name {{dashboard_slug}}
1+
terraform import grafana_dashboard.dashboard_name {{dashboard_uid}}

0 commit comments

Comments
 (0)