Switch to terraform
This commit is contained in:
11
terraform/variables.tf
Normal file
11
terraform/variables.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
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"
|
||||
}
|
||||
Reference in New Issue
Block a user