From 42f29152f2445ffbf39e39a67eea2793948a07ef Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sun, 16 Nov 2025 12:08:37 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/variables.tf b/variables.tf index 41fdce6..a185fe6 100644 --- a/variables.tf +++ b/variables.tf @@ -19,6 +19,22 @@ variable "vault_cloudflare_path" { default = "secret/cloudflare" } +# ============================================================================= +# CLOUDFLARE CONFIGURATION +# ============================================================================= + +variable "authentik_oidc_client_id_cloudflare" { + description = "Client ID for Authentik" + type = string + sensitive = true +} + +variable "authentik_oidc_secret_cloudflare" { + description = "Secret for Authentik" + type = string + sensitive = true +} + # ============================================================================= # CLOUDFLARE CONFIGURATION # =============================================================================