mirror of
https://github.com/netbirdio/terraform-provider-netbird.git
synced 2026-05-22 17:13:16 -07:00
9 lines
185 B
Terraform
9 lines
185 B
Terraform
data "netbird_network" "example" {
|
|
name = "TF Test"
|
|
}
|
|
|
|
resource "netbird_network_router" "example" {
|
|
id = "cvr9ic3l0ubs73c11gs0"
|
|
network_id = netbird_network.example.id
|
|
}
|