Skip to content

Commit 2fd12e9

Browse files
2 parents 9a17fa2 + 17ed680 commit 2fd12e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/team_preferences.html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ timezone to be used, and the dashboard to be displayed upon login.
1616

1717
```hcl
1818
resource "grafana_dashboard" "metrics" {
19-
config_json = "${file("grafana-dashboard.json")}"
19+
config_json = file("grafana-dashboard.json")
2020
}
2121
2222
resource "grafana_team" "team" {
2323
name = "Team Name"
2424
}
2525
26-
resource "grafana_team_preferences" "teamPreferences" {
26+
resource "grafana_team_preferences" "team_preferences" {
2727
team_id = grafana_team.team.id
2828
theme = "dark"
2929
timezone = "browser"

0 commit comments

Comments
 (0)