Update variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s

This commit is contained in:
2025-11-16 12:31:35 +01:00
parent ebca68299d
commit d561c0f0c0

View File

@@ -19,6 +19,12 @@ variable "vault_cloudflare_path" {
default = "secret/cloudflare" default = "secret/cloudflare"
} }
variable "vault_authentik_path" {
description = "Chemin vers les secrets Authentik dans Vault"
type = string
default = "secret/authentik"
}
# ============================================================================= # =============================================================================
# CLOUDFLARE CONFIGURATION # CLOUDFLARE CONFIGURATION
# ============================================================================= # =============================================================================