Skip to content

Commit f55f6e6

Browse files
committed
fix(observability): update Grafana major version from 10 to 11
1 parent 7400373 commit f55f6e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/terraform/observability.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resource "azurerm_dashboard_grafana" "example" {
1919
name = "grafana-${substr(local.name, 0, 15)}"
2020
resource_group_name = azurerm_resource_group.example.name
2121
location = azurerm_resource_group.example.location
22-
grafana_major_version = "10"
22+
grafana_major_version = "11"
2323

2424
identity {
2525
type = "SystemAssigned"

0 commit comments

Comments
 (0)