resource "grafana_team" "test" {
name = "test-team"
email = "test-team-email@test.com"
preferences {
theme = "dark"
timezone = "utc"
}
}
data "grafana_team" "from_name" {
name = grafana_team.test.name
}
name
(String) The name of the Grafana teamorg_id
(String) The Organization ID. If not set, the Org ID defined in the provider block will be used.read_team_sync
(Boolean) Whether to read the team sync settings. This is only available in Grafana Enterprise. Defaults to false
.email
(String) An email address for the team.id
(String) The ID of this resource.members
(Set of String) A set of email addresses corresponding to users who should be given membership
to the team. Note: users specified here must already exist in Grafana.preferences
(List of Object) (see below for nested schema)team_id
(Number) The team id assigned to this team by Grafana.team_sync
(List of Object) Sync external auth provider groups with this Grafana team. Only available in Grafana Enterprise.
preferences
Read-Only:
home_dashboard_uid
(String)theme
(String)timezone
(String)week_start
(String)team_sync
Read-Only:
groups
(Set of String)