From 7934e6d4726c97eab3616543ed535f54b093043a Mon Sep 17 00:00:00 2001 From: Brett Curtis Date: Sun, 25 Aug 2024 13:41:48 -0400 Subject: [PATCH] Disable global Datadog tracer --- regional/locals.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regional/locals.tf b/regional/locals.tf index e398d0c..ecf2065 100644 --- a/regional/locals.tf +++ b/regional/locals.tf @@ -15,8 +15,7 @@ locals { \"tracing\":{\"datadog\":{\"address\":\"$(HOST_IP):8126\"}}\, \"proxyMetadata\":{\"DD_ENV\":\"${var.environment}\"\, \"DD_SERVICE\":\"istio-gateway\"\, - \"DD_VERSION\":\"${var.istio_version}\" - } + \"DD_VERSION\":\"${var.istio_version}\"\, EOF istio_gateway_domains = keys(var.istio_gateway_dns)