Skip to content

Commit

Permalink
Attemp 2 of fixing syntax with tf dashboards
Browse files Browse the repository at this point in the history
Co-authored-by: jcrichlake <[email protected]>
  • Loading branch information
saquino0827 and jcrichlake committed Sep 9, 2024
1 parent ee90e27 commit de943ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion operations/template/dashboard.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "azurerm_portal_dashboard" "app-board" {
}
dashboard_properties = <<DASH
{
"lenses": {
"lenses": { "0": {
"order": 0,
"parts": [
{
Expand Down Expand Up @@ -1414,6 +1414,7 @@ resource "azurerm_portal_dashboard" "app-board" {
}
]
}
}
}
DASH
}

0 comments on commit de943ac

Please sign in to comment.