set sensitivity to flase

This commit is contained in:
tolerryan
2025-09-29 21:23:01 -05:00
parent 7344731618
commit b6692079e5
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ provider "proxmox" {
# Netbird.io provider for mesh vpn
variable "netbird_token" {
sensitive = true
sensitive = false
description = "NetBird Management Access Token"
}