chode: remote secure postgres connection string

This commit is contained in:
Matthew McKinnon 2025-02-08 23:26:15 +10:00
parent d628cbed94
commit fe9eed0a72
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ resource "null_resource" "cloud_init_deb" {
connection {
type = "ssh"
user = "root"
private_key = file("~/.ssh/homelab.comprofix.xyz")
private_key = file("~/.ssh/pve2.comprofix.xyz")
host = "pve2.comprofix.xyz"
agent = true
}

View File

@ -9,7 +9,7 @@ resource "proxmox_lxc" "omada" {
onboot = true
start = true
startup = "order=1000"
onboot = "true"
ssh_public_keys = <<EOF
${var.ssh_key}