mirror of
https://github.com/netbirdio/terraform-provider-netbird.git
synced 2026-05-22 17:13:16 -07:00
10 lines
178 B
Terraform
10 lines
178 B
Terraform
# Retrieve by ID
|
|
data "netbird_nameserver_group" "example" {
|
|
id = "cuqekmjl0ubs73cfjmvg"
|
|
}
|
|
|
|
# Retrieve by Name
|
|
data "netbird_nameserver_group" "example" {
|
|
name = "TF Test"
|
|
}
|