Replace tailscale with netbird
This commit is contained in:
parent
fc745fa8b4
commit
8afa6f5c7a
13 changed files with 89 additions and 141 deletions
14
variables.tf
14
variables.tf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue