From 3eb0663a737fd2705929d9ef15fd471ef1524805 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Tue, 28 Jan 2025 16:14:51 -0300 Subject: [PATCH] Temporary change of ADE/Autopilot URL for edge testing (#25823) --- infrastructure/dogfood/terraform/aws-tf-module/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index f6c76db3da..3a1a38b8c9 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -61,6 +61,7 @@ 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::"