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
│ Error: expected preferences.0.timezone to be one of ["utc" "browser" ""], got Europe/Madrid
│
│ with grafana_team.test-team,
│ on main.tf line 30, in resource "grafana_team" "test-team":
│ 30: timezone = "Europe/Madrid"
Steps to Reproduce
create a resource grafana_team
in preferences, define timezone Europe/Madrid
terraform plan
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Terraform Version
1.10.1
Terraform Grafana Provider Version
3.14.0
Grafana Version
Grafana Cloud
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Terraform should be able to support the timezone as is already supported in the web interface.
The REST API also supports it, even if the documentation says it is not:
Actual Behavior
Steps to Reproduce
grafana_team
preferences
, define timezoneEurope/Madrid
terraform plan
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: