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" } # =============================================================================