From d561c0f0c0ba81c161322b72150676c615f96a6d Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 12:31:35 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variables.tf b/variables.tf index a185fe6..6e76778 100644 --- a/variables.tf +++ b/variables.tf @@ -19,6 +19,12 @@ variable "vault_cloudflare_path" { default = "secret/cloudflare" } +variable "vault_authentik_path" { + description = "Chemin vers les secrets Authentik dans Vault" + type = string + default = "secret/authentik" +} + # ============================================================================= # CLOUDFLARE CONFIGURATION # =============================================================================