Remove the MDM feature flags (#10825)

This commit is contained in:
Luke Heath 2023-03-28 17:12:16 -05:00 committed by GitHub
parent aecc2fed75
commit 1265ff4b7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,5 @@
output "extra_environment_variables" {
value = {
FLEET_MDM_APPLE_ENABLE = "1"
FLEET_DEV_MDM_ENABLED = "1"
FLEET_MDM_APPLE_SERVER_ADDRESS = var.public_domain_name
}
}