Skip to content

Commit

Permalink
docs: update dashboard resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad authored Aug 12, 2024
1 parent ca1501e commit d904b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "grafana_folder" "my_folder" {
title = "Test Folder"
}
resource "grafana_dashboard" "test_folder" {
resource "grafana_dashboard" "my_dashboard" {
org_id = grafana_organization.my_org.org_id
folder = grafana_folder.my_folder.id
config_json = jsonencode({
Expand Down

0 comments on commit d904b05

Please sign in to comment.