Replace tailscale with netbird

This commit is contained in:
Tobias Reisinger 2025-12-11 22:43:45 +01:00
parent fc745fa8b4
commit 8afa6f5c7a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
13 changed files with 89 additions and 141 deletions

View file

@ -64,6 +64,11 @@ variable "minio_password" {
}
variable "netbird_token" {
sensitive = true
}
variable "ovh_application_key" {
sensitive = true
}
@ -111,15 +116,6 @@ variable "scaleway_secret_key" {
}
variable "tailscale_api_key" {
sensitive = true
}
variable "tailscale_tailnet" {
sensitive = false
}
variable "default_ssh_key" {
type = object({
name = string