Update dogfood mdm module version (#13751)

This commit is contained in:
Robert Fairburn 2023-09-06 15:26:50 -05:00 committed by GitHub
parent 6a21ffce6d
commit 595ccd376f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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