remove netbird, moving to ansible

This commit is contained in:
tolerryan
2025-09-29 21:45:27 -05:00
parent 1070614e9f
commit 0dedb2bff9
2 changed files with 1 additions and 17 deletions

View File

@@ -47,8 +47,3 @@ resource "proxmox_lxc" "downloader" {
}
}
resource "netbird_peer" "example" {
id = "d3df93rl0ubs73afpojh"
}

View File

@@ -41,19 +41,8 @@ provider "proxmox" {
}
# Netbird.io provider for mesh vpn
variable "netbird_token" {
sensitive = false
description = "NetBird Management Access Token"
}
provider "netbird" {
token = var.netbird_token # Required
management_url = "https://api.netbird.io" # Optional, defaults to this value
}
terraform {
#credentials are stored in semaphore secrets
backend "pg" {}
}