Disable ABM until cert is renewed (#15973)

This commit is contained in:
Robert Fairburn
2024-01-08 18:31:07 -06:00
committed by GitHub
parent ad4737036b
commit e10ab0f99b
@@ -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" {