diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index f4f6bd5eeb..dbb67a8d4b 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -260,7 +260,9 @@ module "mdm" { enable_windows_mdm = true apn_secret_name = "${local.customer}-apn" scep_secret_name = "${local.customer}-scep" - dep_secret_name = "${local.customer}-dep" + # dep_secret_name = "${local.customer}-dep" + # Temp disable ABM + dep_secret_name = null } module "firehose-logging" {