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.
1 parent 9c0d892 commit e4c7be7Copy full SHA for e4c7be7
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