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 9ef8c28 commit b96f403Copy full SHA for b96f403
services/monitoring/grafana/terraform/datasources.tf
@@ -27,6 +27,7 @@ resource "grafana_data_source" "tempo" {
27
resource "grafana_data_source" "cloudwatch" {
28
type = "cloudwatch"
29
name = "cloudwatch"
30
+ uid = "fem2inr5v64n4c"
31
32
json_data_encoded = jsonencode({
33
defaultRegion = var.AWS_DEFAULT_REGION
0 commit comments