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

This commit is contained in:
2025-11-19 17:25:54 +01:00
parent 31f2a4cccd
commit c0ee9d6b6f

View File

@@ -448,3 +448,8 @@ variable "cloudflare_tunnel_warp_connector_ovh_id" {
description = "ID of the WARP Connector Tunnel manually created for OVH in UI" description = "ID of the WARP Connector Tunnel manually created for OVH in UI"
type = string type = string
} }
variable "cloudflare_team_name" {
description = "Name of the Team in Cloudflare, essentially zero-trust org name"
type = string
}