Update variables.auto.tfvars
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 13s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 13s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user