Compare commits

...

3 Commits

3 changed files with 4 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

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

View File

@ -10,9 +10,10 @@ terraform {
version = "~> 0.1.0"
}
}
backend "pg" {
conn_str = "postgres://${var.tfusername}:${var.tfpassword}@${var.tfurl}"
}
encryption {
key_provider "pbkdf2" "mykey" {
passphrase = var.passphrase