chore: add PG_CONN_STR as variable

This commit is contained in:
2025-09-27 13:48:04 +10:00
parent bf1f9f466c
commit 4c041e1192

View File

@@ -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"