Update terraform/main.tf

This commit is contained in:
2026-02-15 10:49:30 +01:00
parent bea1be483e
commit 2051784c70

View File

@@ -25,4 +25,6 @@ resource "proxmox_vm_qemu" "vm1" {
os_type = "cloud-init"
ipconfig0 = "ip=dhcp"
ciuser = "ubuntu"
sshkeys = var.ssh_public_key
}