Skip to content

Commit 9aed242

Browse files
committed
fix uid for tempo datasource
1 parent 768dec6 commit 9aed242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/monitoring/grafana/terraform/datasources.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ resource "grafana_data_source" "tempo" {
3232
url = var.TEMPO_URL
3333
basic_auth_enabled = false
3434
is_default = false
35+
uid = delr011tpeupsc
3536
}
3637

3738
resource "grafana_data_source" "cloudwatch" {

0 commit comments

Comments
 (0)