mirror of
https://github.com/netbirdio/terraform-provider-netbird.git
synced 2026-05-22 17:13:16 -07:00
1007 B
1007 B
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| netbird_network Data Source - netbird | Read Network Settings and Metadata, see NetBird Docs https://docs.netbird.io/how-to/networks for more information. |
netbird_network (Data Source)
Read Network Settings and Metadata, see NetBird Docs for more information.
Example Usage
# retrieve by name
resource "netbird_network" "example" {
name = "TF Test"
}
# retrieve by name
resource "netbird_network" "example" {
id = "cvit5sjl0ubs73aslrkg"
}
Schema
Optional
id(String) Network IDname(String) Network Name
Read-Only
description(String) Network Descriptionpolicies(List of String) Policy IDs associated with resources inside this Networkresources(List of String) Network Resource IDsrouters(List of String) Network Router IDs