Update variables.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 22s

This commit is contained in:
2025-11-16 12:54:14 +01:00
parent c9dd1b40dc
commit 826fcf2d16

View File

@@ -32,13 +32,13 @@ variable "vault_authentik_path" {
variable "authentik_oidc_client_id_cloudflare" { variable "authentik_oidc_client_id_cloudflare" {
description = "Client ID for Authentik" description = "Client ID for Authentik"
type = string type = string
sensitive = true default = "exemple"
} }
variable "authentik_oidc_secret_cloudflare" { variable "authentik_oidc_secret_cloudflare" {
description = "Secret for Authentik" description = "Secret for Authentik"
type = string type = string
sensitive = true default = "exemple"
} }
# ============================================================================= # =============================================================================