mirror of
https://github.com/netbirdio/terraform-provider-netbird.git
synced 2026-05-22 17:13:16 -07:00
33 lines
791 B
Markdown
33 lines
791 B
Markdown
---
|
|||
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
|
page_title: "netbird_reverse_proxy_clusters Data Source - netbird"
|
||
|
|
subcategory: ""
|
||
|
|
description: |-
|
||
|
|
List available reverse proxy clusters.
|
||
|
|
---
|
||
|
|
|
||
|
|
# netbird_reverse_proxy_clusters (Data Source)
|
||
|
|
|
||
|
|
List available reverse proxy clusters.
|
||
|
|
|
||
|
|
## Example Usage
|
||
|
|
|
||
|
|
```terraform
|
||
|
|
data "netbird_reverse_proxy_clusters" "all" {}
|
||
|
|
```
|
||
|
|
|
||
|
|
<!-- schema generated by tfplugindocs -->
|
||
|
|
## Schema
|
||
|
|
|
||
|
|
### Read-Only
|
||
|
|
|
||
|
|
- `clusters` (Attributes List) List of available proxy clusters (see [below for nested schema](#nestedatt--clusters))
|
||
|
|
|
||
|
|
<a id="nestedatt--clusters"></a>
|
||
|
|
### Nested Schema for `clusters`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `address` (String) Cluster address used for CNAME targets
|
||
|
|
- `connected_proxies` (Number) Number of proxy nodes connected in this cluster
|