Enable windows mdm on dogfood (#13739)

This commit is contained in:
Robert Fairburn 2023-09-06 11:33:04 -05:00 committed by GitHub
parent 21b01605ae
commit 8a653c1b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ module "migrations" {
module "mdm" {
source = "github.com/fleetdm/fleet//terraform/addons/mdm?ref=tf-mod-addon-mdm-v1.2.2"
public_domain_name = "dogfood.fleetdm.com"
enable_windows_mdm = false
enable_windows_mdm = true
apn_secret_name = "${local.customer}-apn"
scep_secret_name = "${local.customer}-scep"
dep_secret_name = "${local.customer}-dep"