Update terraform/main.tf

This commit is contained in:
2026-02-14 23:09:53 +01:00
parent 0bd74021df
commit cdf28f3eb6

View File

@@ -22,8 +22,4 @@ resource "proxmox_vm_qemu" "vm1" {
os_type = "cloud-init"
ipconfig0 = "ip=dhcp"
sshkeys = <<EOF
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQ...
EOF
}