From af837906e11b2efe3ded014354e34fd4d9ae8da2 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Tue, 28 Jan 2025 20:02:50 -0300 Subject: [PATCH] Revert temporary settings (#25840) --- infrastructure/dogfood/terraform/aws-tf-module/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index 3a1a38b8c9..f6c76db3da 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -61,7 +61,6 @@ locals { ELASTIC_APM_SECRET_TOKEN = var.elastic_token ELASTIC_APM_SERVICE_NAME = "dogfood" FLEET_CALENDAR_PERIODICITY = var.fleet_calendar_periodicity - FLEET_DEV_DOWNLOAD_FLEETDM_URL = "https://qa.pezhub.ngrok.app" } sentry_secrets = { FLEET_SENTRY_DSN = "${aws_secretsmanager_secret.sentry.arn}:FLEET_SENTRY_DSN::"