stage #5

Merged
micqdf merged 2 commits from stage into master 2025-04-17 12:46:37 +00:00
Showing only changes of commit ffdaa8e387 - Show all commits

View File

@ -42,10 +42,6 @@ resource "proxmox_vm_qemu" "alpacas" {
ipconfig0 = "ip=dhcp"
sshkeys = <<EOF
${file("~/.ssh/id_ed25519.pub")}
EOF
ciuser = "alpine"
cipassword = var.proxmox_password
cicustom = "user=local:snippets/cloudinit-user.yaml"
@ -79,10 +75,6 @@ resource "proxmox_vm_qemu" "llamas" {
ipconfig0 = "ip=dhcp"
sshkeys = <<EOF
${file("~/.ssh/id_ed25519.pub")}
EOF
ciuser = "alpine"
cipassword = var.proxmox_password
cicustom = "user=local:snippets/cloudinit-user.yaml"