From f0c12bbf5d05b3e5aa18064f9ba6b082342d505f Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:48:14 -0600 Subject: [PATCH] Re-enable ABM (#15979) This turns back on ABM now that we have the new cert and token. --- infrastructure/dogfood/terraform/aws-tf-module/main.tf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index dbb67a8d4b..f4f6bd5eeb 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -260,9 +260,7 @@ module "mdm" { enable_windows_mdm = true apn_secret_name = "${local.customer}-apn" scep_secret_name = "${local.customer}-scep" - # dep_secret_name = "${local.customer}-dep" - # Temp disable ABM - dep_secret_name = null + dep_secret_name = "${local.customer}-dep" } module "firehose-logging" {