remove netbird, moving to ansible
This commit is contained in:
@@ -47,8 +47,3 @@ resource "proxmox_lxc" "downloader" {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
resource "netbird_peer" "example" {
|
||||
id = "d3df93rl0ubs73afpojh"
|
||||
}
|
||||
13
provider.tf
13
provider.tf
@@ -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" {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user