We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7400373 commit f55f6e6Copy full SHA for f55f6e6
1 file changed
infra/terraform/observability.tf
@@ -19,7 +19,7 @@ resource "azurerm_dashboard_grafana" "example" {
19
name = "grafana-${substr(local.name, 0, 15)}"
20
resource_group_name = azurerm_resource_group.example.name
21
location = azurerm_resource_group.example.location
22
- grafana_major_version = "10"
+ grafana_major_version = "11"
23
24
identity {
25
type = "SystemAssigned"
0 commit comments