Files

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 ID
  • name (String) Network Name

Read-Only

  • description (String) Network Description
  • policies (List of String) Policy IDs associated with resources inside this Network
  • resources (List of String) Network Resource IDs
  • routers (List of String) Network Router IDs