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

This commit is contained in:
2025-11-07 11:23:32 +01:00
parent 33e20dd89f
commit 6c7af9d0af

View File

@@ -34,6 +34,12 @@ variable "tunnel_name" {
default = "home-tunnel" default = "home-tunnel"
} }
variable "tunnel_network" {
description = "Network du tunnel Cloudflare"
type = string
default = "10.0.0.0/24"
}
variable "cloudflare_api_token" { variable "cloudflare_api_token" {
description = "Token d'API Cloudflare" description = "Token d'API Cloudflare"
type = string type = string