mirror of
https://github.com/netbirdio/terraform-provider-netbird.git
synced 2026-05-22 17:13:16 -07:00
10 lines
170 B
Terraform
10 lines
170 B
Terraform
# retrieve by name
|
|
resource "netbird_network" "example" {
|
|
name = "TF Test"
|
|
}
|
|
|
|
# retrieve by name
|
|
resource "netbird_network" "example" {
|
|
id = "cvit5sjl0ubs73aslrkg"
|
|
}
|