mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Update dogfood mdm module version (#13751)
This commit is contained in:
parent
6a21ffce6d
commit
595ccd376f
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ module "migrations" {
|
|||
}
|
||||
|
||||
module "mdm" {
|
||||
source = "github.com/fleetdm/fleet//terraform/addons/mdm?ref=tf-mod-addon-mdm-v1.2.2"
|
||||
source = "github.com/fleetdm/fleet//terraform/addons/mdm?ref=tf-mod-addon-mdm-v1.3.0"
|
||||
public_domain_name = "dogfood.fleetdm.com"
|
||||
enable_windows_mdm = true
|
||||
apn_secret_name = "${local.customer}-apn"
|
||||
|
|
|
|||
Loading…
Reference in a new issue