#terraform.tfvars vm_config = { name = "ubuntu" cpu = 2 memory = 2048 disksize = 32 storage_pool = "default" os_image_name = "ubuntu.qcow2" network_name = "default" cloud_init_file = "ubuntu-cloud-init.yml" os_image_url = "/var/lib/libvirt/templates/jammy-server-cloudimg-amd64.img" }