mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Enable windows mdm on dogfood (#13739)
This commit is contained in:
parent
21b01605ae
commit
8a653c1b00
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue