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

This commit is contained in:
2025-11-16 12:08:37 +01:00
parent 6b51fd3629
commit 42f29152f2

View File

@@ -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
# =============================================================================