Files
netbird-iac/terraform/variables.tf
2026-02-15 18:37:15 +02:00

12 lines
272 B
HCL

variable "netbird_management_url" {
type = string
description = "NetBird Management API URL"
default = "https://netbird-poc.networkmonitor.cc"
}
variable "netbird_token" {
type = string
sensitive = true
description = "NetBird admin PAT"
}