This commit is contained in:
20
variables.tf
20
variables.tf
@@ -77,25 +77,7 @@ variable "applications" {
|
|||||||
# Group
|
# Group
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
variable "policy_groups" {
|
#
|
||||||
description = "Map des IDs de groupes pour les policies"
|
|
||||||
type = map(string)
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "access_policies" {
|
|
||||||
description = "Map of access policy definitions"
|
|
||||||
type = map(object({
|
|
||||||
name = string
|
|
||||||
include_groups = list(string)
|
|
||||||
exclude_groups = list(string)
|
|
||||||
require_mfa = optional(bool)
|
|
||||||
require_login_method = optional(bool)
|
|
||||||
require_country = optional(bool)
|
|
||||||
require_latest_os = optional(bool)
|
|
||||||
purpose_justification = optional(bool)
|
|
||||||
purpose_justification_prompt = optional(string)
|
|
||||||
}))
|
|
||||||
}
|
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# ADVANCED OPTIONS
|
# ADVANCED OPTIONS
|
||||||
|
|||||||
Reference in New Issue
Block a user