cloudflare_tunnel_virtual_network (Resource)

Provides a resource, that manages Cloudflare tunnel virtual networks for Zero Trust. Tunnel virtual networks are used for segregation of Tunnel IP Routes via Virtualized Networks to handle overlapping private IPs in your origins.

Example Usage

resource "cloudflare_tunnel_virtual_network" "example" {
  account_id = "f037e56e89293a057740de681ac9abbe"
  name = "vnet-for-documentation"
  comment = "New tunnel virtual network for documentation"
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

$ terraform import cloudflare_tunnel_virtual_network.example <account_id>/<vnet_id>