feat: add netbird docker
Some checks failed
checks / pre-commit (push) Successful in 1m14s
checks / k8s (push) Successful in 48s
checks / tflint (push) Successful in 31s
OpenTofu deployments / adguard (push) Successful in 48s
OpenTofu deployments / authentik (push) Failing after 3h2m54s

This commit is contained in:
cătălin 2024-09-16 16:15:01 +02:00
commit 50049547b6
No known key found for this signature in database
7 changed files with 194 additions and 13 deletions

View file

@ -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
}