From 826fcf2d161e61a85b94c31024fc8cb8eb4971b0 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 12:54:14 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 6e76778..8e23555 100644 --- a/variables.tf +++ b/variables.tf @@ -32,13 +32,13 @@ variable "vault_authentik_path" { variable "authentik_oidc_client_id_cloudflare" { description = "Client ID for Authentik" type = string - sensitive = true + default = "exemple" } variable "authentik_oidc_secret_cloudflare" { description = "Secret for Authentik" type = string - sensitive = true + default = "exemple" } # =============================================================================