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

This commit is contained in:
2025-11-05 14:05:00 +01:00
parent f3b411ecd7
commit 277aaad72d

View File

@@ -34,6 +34,12 @@ variable "tunnel_name" {
default = "home-tunnel"
}
variable "cloudflare_api_token" {
description = "Token d'API Cloudflare"
type = string
sensitive = true
}
# =============================================================================
# APPLICATIONS CONFIGURATION
# =============================================================================