Update variables.auto.tfvars
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 13s

This commit is contained in:
2025-11-15 20:06:01 +01:00
parent 67dcda03b1
commit 56fe5c3ddc

View File

@@ -61,34 +61,6 @@ applications = {
# ============================================================================= # =============================================================================
# #
policy_groups = {
employees = "xxxxxxxxxxxxxxxxxxx"
admins = "xxxxxxxxxxxxxxxxxxx"
contractors = "xxxxxxxxxxxxxxxxxxx"
sales = "xxxxxxxxxxxxxxxxxxx"
saml_groups = "xxxxxxxxxxxxxxxxxxx"
country_requirements = "xxxxxxxxxxxxxxxxxxx"
latest_os_version_requirements = "xxxxxxxxxxxxxxxxxxx"
}
access_policies = {
allow_employees = {
name = "Allow - Employees"
include_groups = ["employees"]
exclude_groups = []
require_mfa = true
}
allow_admins = {
name = "Allow - Admins"
include_groups = ["admins"]
exclude_groups = []
require_mfa = true
require_login_method = true
require_country = true
}
}
# ============================================================================= # =============================================================================
# Tags # Tags