Skip to content

Commit

Permalink
update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danquack committed Oct 23, 2023
1 parent b83fd80 commit 7f2f4b2
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/data-sources/tunnel_virtual_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 generated by tfplugindocs -->
## Schema

Expand All @@ -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

0 comments on commit 7f2f4b2

Please sign in to comment.