Skip to content

Commit 6e2267b

Browse files
Fix uid for tempo datasource (#1173)
* fix uid for tempo datasource * @YuryHrytsuk add double quotes
1 parent 768dec6 commit 6e2267b

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)