Skip to content

Commit

Permalink
fmts
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenz-k committed Jun 15, 2024
1 parent 662766d commit dd6732e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ resource "azurerm_portal_dashboard" "main-dashboard" {
location = data.azurerm_resource_group.rg.location

dashboard_properties = templatefile("../dashboards/main.tpl", {
dashboard_name = "GewoScout Main Dashboard"
dashboard_name = "GewoScout Main Dashboard"
subscription_id = "e31c37ff-9b82-4f6b-8337-51314cc300ff"
resource_group = data.azurerm_resource_group.rg.name
resource_group = data.azurerm_resource_group.rg.name
})
}

0 comments on commit dd6732e

Please sign in to comment.