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