Please vote on this issue by adding a :thumbsup: reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Error: creating Grafana (Subscription: "{place_holder}" Resource Group Name: "{place_holder}" Grafana Name: "{place_holder}"): performing GrafanaCreate: unexpected status 400 (400 Bad Request) with error: GrafanaMajorVersionNotSupported: The requested grafana major version '9' is not valid for sku type Standard. Valid versions: 10, 11
with azurerm_dashboard_grafana.grafana
on monitoring.tf line 11, in resource "azurerm_dashboard_grafana" "grafana":
resource "azurerm_dashboard_grafana" "grafana" {
creating Grafana (Subscription: "{place_holder}"
Resource Group Name: "{place_holder}"
Grafana Name: "{place_holder}"): performing GrafanaCreate: unexpected status 400 (400 Bad Request) with error: GrafanaMajorVersionNotSupported: The requested grafana major version '9' is not valid for sku type Standard. Valid versions: 10, 11
and if defining grafana_major_version = 11:
Error: expected grafana_major_version to be one of ["9" "10"], got 11
with azurerm_dashboard_grafana.grafana
on monitoring.tf line 16, in resource "azurerm_dashboard_grafana" "grafana":
grafana_major_version = 11
Hi @tpcgold , thanks for opening the issue. Currently the only supported major version is 10. It's not clearly described in the documentation, we will fix it.
Is there an existing issue for this?
Community Note
Terraform Version
1.9.4
AzureRM Provider Version
3.116.0
Affected Resource(s)/Data Source(s)
azurerm_dashboard_grafana
Terraform Configuration Files
Debug Output/Panic Output
and if defining grafana_major_version = 11:
Expected Behaviour
default value should be correct
Actual Behaviour
8 is invalid and 11 not available
Steps to Reproduce
terraform apply
Important Factoids
No response
References
No response