Update terraform/main.tf
This commit is contained in:
@@ -25,4 +25,6 @@ resource "proxmox_vm_qemu" "vm1" {
|
|||||||
|
|
||||||
os_type = "cloud-init"
|
os_type = "cloud-init"
|
||||||
ipconfig0 = "ip=dhcp"
|
ipconfig0 = "ip=dhcp"
|
||||||
|
ciuser = "ubuntu"
|
||||||
|
sshkeys = var.ssh_public_key
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user