forked from catalin/fukuops
feat: add netbird docker
This commit is contained in:
parent
508d37d2a4
commit
50049547b6
7 changed files with 194 additions and 13 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
variable "firezone_client_id" {
|
||||
description = "Client ID"
|
||||
type = string
|
||||
|
|
@ -48,3 +47,12 @@ variable "paperless_client_secret" {
|
|||
description = "Paperless client secret"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "netbird_client_id" {
|
||||
description = "Netbird client ID"
|
||||
type = string
|
||||
}
|
||||
variable "netbird_client_secret" {
|
||||
description = "Netbird client secret"
|
||||
type = string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue