Skip to content

Commit

Permalink
Add the k6tests amw to the centralized Grafana (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato authored Dec 6, 2024
1 parent 77318ed commit f52ad8b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ resource "azurerm_dashboard_grafana" "grafana" {
azure_monitor_workspace_integrations {
resource_id = azurerm_monitor_workspace.altinn_monitor.id
}

azure_monitor_workspace_integrations {
resource_id = azurerm_monitor_workspace.k6tests_amw.id
}
}

resource "azurerm_role_assignment" "tf_grafana_admin" {
Expand Down

0 comments on commit f52ad8b

Please sign in to comment.