Skip to content

Instantly share code, notes, and snippets.

View v1nsai's full-sized avatar

doctor_ew v1nsai

View GitHub Profile
source "qemu" "instance" {
iso_url = "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
iso_checksum = "b2f77380d6afaa6ec96e41d5f9571eda"
format = "qcow2"
ssh_username = "root"
ssh_private_key_file = "~/.ssh/instance"
vm_name = "instance"
disk_image = true
boot_wait = "10s"
use_default_display = true