chore: add PG_CONN_STR as variable
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user