diff --git a/downloader.tf b/downloader.tf index ea54435..8832345 100644 --- a/downloader.tf +++ b/downloader.tf @@ -50,5 +50,5 @@ resource "proxmox_lxc" "downloader" { resource "netbird_peer" "example" { - id = "d3df93rl0ubs73afpojk" + id = "d3df93rl0ubs73afpojh" } \ No newline at end of file diff --git a/provider.tf b/provider.tf index 961b991..3a317ba 100644 --- a/provider.tf +++ b/provider.tf @@ -44,7 +44,7 @@ provider "proxmox" { # Netbird.io provider for mesh vpn variable "netbird_token" { - sensitive = true + sensitive = false description = "NetBird Management Access Token" }