chore: add PG_CONN_STR as variable
This commit is contained in:
@@ -66,6 +66,11 @@ variable "passphrase" {
|
|||||||
sensitive = true
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "PG_CONN_STR" {
|
||||||
|
type = string
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
||||||
provider "proxmox" {
|
provider "proxmox" {
|
||||||
pm_api_url = var.proxmox_api_url
|
pm_api_url = var.proxmox_api_url
|
||||||
pm_user = "root@pam"
|
pm_user = "root@pam"
|
||||||
|
Reference in New Issue
Block a user