netbird on downloader

This commit is contained in:
tolerryan
2025-09-29 15:40:06 -05:00
parent e8fc901ff7
commit 9cc185ec50
2 changed files with 11 additions and 1 deletions

View File

@@ -46,4 +46,14 @@ resource "proxmox_lxc" "downloader" {
}
}
}
resource "netbird_peer" "downloader" {
id = "downloader"
ssh_enabled = false
name = "homelab"
inactivity_expiration_enabled = false
approval_required = false
login_expiration_enabled = false
}

View File

@@ -13,7 +13,7 @@ terraform {
}
netbird = {
source = "netbirdio/netbird"
version = "0.0.2"
version = "0.0.4"
}
}
}