12 lines
272 B
HCL
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"
|
|
}
|