From da9761661ee4ab8aa337028c7d49a32af97cefb8 Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:56:11 -0500 Subject: [PATCH] fixup --- infrastructure/dogfood/terraform/aws-tf-module/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index 335301670171..8a89c1c3085f 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -133,7 +133,7 @@ module "main" { target_group_index = 0 }] conditions = [{ - path_patterns = ["/api/*/fleet/device/*/migrate_mdm", "/api/*/fleet/device/*/rotate_encryption_key", "/api/*/fleet/device/*/debug/errors" "/api/*/fleet/device/*/debug/desktop"] + path_patterns = ["/api/*/fleet/device/*/migrate_mdm", "/api/*/fleet/device/*/rotate_encryption_key", "/api/*/fleet/device/*/debug/errors", "/api/*/fleet/device/*/debug/desktop"] }] }] }