Re-enable ABM (#15979)

This turns back on ABM now that we have the new cert and token.
This commit is contained in:
Robert Fairburn 2024-01-09 10:48:14 -06:00 committed by GitHub
parent 0de715bd35
commit f0c12bbf5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" {