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

This commit is contained in:
2025-11-14 18:35:12 +01:00
parent aed1da8bcd
commit e6e782c094

View File

@@ -52,6 +52,11 @@ variable "cloudflare_api_token" {
sensitive = true
}
variable "cloudflare_access_tags" {
type = list(string)
description = "Liste des tags Cloudflare Zero Trust à créer"
}
# =============================================================================
# APPLICATIONS CONFIGURATION
# =============================================================================