diff --git a/variables.tf b/variables.tf index b74793e..a455584 100644 --- a/variables.tf +++ b/variables.tf @@ -447,4 +447,9 @@ variable "cloudflare_tunnel_warp_connector_aws_id" { variable "cloudflare_tunnel_warp_connector_ovh_id" { description = "ID of the WARP Connector Tunnel manually created for OVH in UI" type = string +} + +variable "cloudflare_team_name" { + description = "Name of the Team in Cloudflare, essentially zero-trust org name" + type = string } \ No newline at end of file