From 67dcda03b1b73ee304a6cdebe72e1aee5b5315e6 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sat, 15 Nov 2025 20:05:40 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/variables.tf b/variables.tf index 54a17c9..46b7a26 100644 --- a/variables.tf +++ b/variables.tf @@ -77,25 +77,7 @@ variable "applications" { # 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