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 9aed242 commit ddcc191Copy full SHA for ddcc191
services/monitoring/grafana/terraform/datasources.tf
@@ -32,7 +32,7 @@ resource "grafana_data_source" "tempo" {
32
url = var.TEMPO_URL
33
basic_auth_enabled = false
34
is_default = false
35
- uid = delr011tpeupsc
+ uid = "delr011tpeupsc"
36
}
37
38
resource "grafana_data_source" "cloudwatch" {
0 commit comments