You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/organization_preferences.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,6 @@ data "grafana_organization_preferences" "test" {}
28
28
29
29
-`home_dashboard_uid` (String) The Organization home dashboard UID. This is only available in Grafana 9.0+.
30
30
-`id` (String) The ID of this resource.
31
-
-`theme` (String) The Organization theme. Available values are `light`, `dark`, `system`, or an empty string for the default.
32
-
-`timezone` (String) The Organization timezone. Available values are `utc`, `browser`, or an empty string for the default.
31
+
-`theme` (String) The Organization theme. Any string value is supported, including custom themes. Common values are `light`, `dark`, `system`, or an empty string for the default.
32
+
-`timezone` (String) The Organization timezone. Any string value is supported, including IANA timezone names. Common values are `utc`, `browser`, or an empty string for the default.
33
33
-`week_start` (String) The Organization week start day. Available values are `sunday`, `monday`, `saturday`, or an empty string for the default.
-`home_dashboard_uid` (String) The Organization home dashboard UID. This is only available in Grafana 9.0+.
30
30
-`org_id` (String) The Organization ID. If not set, the Org ID defined in the provider block will be used.
31
-
-`theme` (String) The Organization theme. Available values are `light`, `dark`, `system`, or an empty string for the default.
32
-
-`timezone` (String) The Organization timezone. Available values are `utc`, `browser`, or an empty string for the default.
31
+
-`theme` (String) The Organization theme. Any string value is supported, including custom themes. Common values are `light`, `dark`, `system`, or an empty string for the default.
32
+
-`timezone` (String) The Organization timezone. Any string value is supported, including IANA timezone names. Common values are `utc`, `browser`, or an empty string for the default.
33
33
-`week_start` (String) The Organization week start day. Available values are `sunday`, `monday`, `saturday`, or an empty string for the default. Defaults to ``.
Description: "The Organization theme. Any string value is supported, including custom themes. Common values are `light`, `dark`, `system`, or an empty string for the default.",
38
37
},
39
38
"home_dashboard_uid": {
40
39
Type: schema.TypeString,
41
40
Optional: true,
42
41
Description: "The Organization home dashboard UID. This is only available in Grafana 9.0+.",
43
42
},
44
43
"timezone": {
45
-
Type: schema.TypeString,
46
-
Optional: true,
47
-
Description: "The Organization timezone. Available values are `utc`, `browser`, or an empty string for the default.",
Description: "The Organization timezone. Any string value is supported, including IANA timezone names. Common values are `utc`, `browser`, or an empty string for the default.",
0 commit comments