chode: remote secure postgres connection string
This commit is contained in:
parent
d628cbed94
commit
fe9eed0a72
@ -2,7 +2,7 @@ resource "null_resource" "cloud_init_deb" {
|
|||||||
connection {
|
connection {
|
||||||
type = "ssh"
|
type = "ssh"
|
||||||
user = "root"
|
user = "root"
|
||||||
private_key = file("~/.ssh/homelab.comprofix.xyz")
|
private_key = file("~/.ssh/pve2.comprofix.xyz")
|
||||||
host = "pve2.comprofix.xyz"
|
host = "pve2.comprofix.xyz"
|
||||||
agent = true
|
agent = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user