From 7f2f4b29f28d569ce21a50709837f4888d859770 Mon Sep 17 00:00:00 2001 From: Daniel Quackenbush <25692880+danquack@users.noreply.github.com> Date: Sun, 22 Oct 2023 20:34:12 -0400 Subject: [PATCH] update generated docs --- docs/data-sources/tunnel_virtual_network.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/data-sources/tunnel_virtual_network.md b/docs/data-sources/tunnel_virtual_network.md index 42e5e558c0..2874426b36 100644 --- a/docs/data-sources/tunnel_virtual_network.md +++ b/docs/data-sources/tunnel_virtual_network.md @@ -2,18 +2,22 @@ page_title: "cloudflare_tunnel_virtual_network Data Source - Cloudflare" subcategory: "" description: |- - Use this datasource to lookup a tunnel virtual network in an account + Use this datasource to lookup a tunnel virtual network in an account. --- # cloudflare_tunnel_virtual_network (Data Source) + +Use this datasource to lookup a tunnel virtual network in an account. + +## Example Usage + ```terraform -data "cloudflare_tunnel" "example" { - account_id = "f037e56e89293a057740de681ac9abbe" - name = "my-tunnel-network" +data "cloudflare_tunnel_virtual_network" "example" { + account_id = "1234567890abcdef1234567890abcdef" + name = "example" } ``` - ## Schema @@ -28,4 +32,4 @@ data "cloudflare_tunnel" "example" { - `id` (String) The ID of this resource. - `is_default` (Boolean) If true, only include deleted virtual networks. If false, exclude deleted virtual networks. If empty, all virtual networks will be included. -s +