$ cat terraform.tfvars vm_template = { name = "tf-vm-01" cpu = 2 memory = 2048 disksize = 32 storage_pool = "default" hostname = "tf-vm-01" os_image_name = "tf_vm_01_image.qcow2" os_volume_name = "tf_vm_01_volume.qcow2" network_name = "default" cloud_init_file = "cloud-init.yml" os_image_url = "/home/gean/kvm/templates/ubuntu-22.04-server-cloudimg-amd64.img" ssh_key = "ssh-ed25519 AAAA..." }