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.
2 parents 4543355 + e4c7be7 commit 0942653Copy full SHA for 0942653
services/monitoring/grafana/terraform/dashboards.tf
@@ -30,6 +30,6 @@ resource "grafana_dashboard" "dashboards" {
30
]]
31
))
32
# CSV approach
33
- config_json = jsonencode(jsondecode(file(split(",", each.value)[1])).dashboard)
+ config_json = jsonencode(jsondecode(file(split(",", each.value)[1])))
34
folder = grafana_folder.subfolders[split(",", each.value)[0]].id
35
}
0 commit comments