Update variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled

This commit is contained in:
2025-11-07 11:46:31 +01:00
parent 118420ecd0
commit bbcf7866e0

View File

@@ -40,6 +40,12 @@ variable "tunnel_network" {
default = "10.0.0.0/24" default = "10.0.0.0/24"
} }
variable "tunnel_network_comment" {
description = "Commentaire du network du tunnel Cloudflare"
type = string
default = "Example comment for this route."
}
variable "cloudflare_api_token" { variable "cloudflare_api_token" {
description = "Token d'API Cloudflare" description = "Token d'API Cloudflare"
type = string type = string