From 4c041e11923e16c12a4435cf2e954e5ced8c4af5 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 27 Sep 2025 13:48:04 +1000 Subject: [PATCH] chore: add PG_CONN_STR as variable --- provider.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/provider.tf b/provider.tf index fb46dc2..1d8bda4 100644 --- a/provider.tf +++ b/provider.tf @@ -66,6 +66,11 @@ variable "passphrase" { sensitive = true } +variable "PG_CONN_STR" { + type = string + sensitive = true +} + provider "proxmox" { pm_api_url = var.proxmox_api_url pm_user = "root@pam"