phyllome os support
This commit is contained in:
27
multiple/environments/phyllome-42-uefi/main.tf
Normal file
27
multiple/environments/phyllome-42-uefi/main.tf
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
terraform {
|
||||||
|
required_version = ">= 0.13"
|
||||||
|
required_providers {
|
||||||
|
libvirt = {
|
||||||
|
source = "dmacvicar/libvirt"
|
||||||
|
version = "0.8.3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
provider "libvirt" {
|
||||||
|
uri = "qemu:///system"
|
||||||
|
}
|
||||||
|
|
||||||
|
module "shared_modules" {
|
||||||
|
source = "../../shared_modules"
|
||||||
|
|
||||||
|
vm_name = "phyllome-42-uefi"
|
||||||
|
image_location = "/var/lib/libvirt/images/virtual-desktop-hypervisor.img"
|
||||||
|
enable_cloudinit = false
|
||||||
|
# ---- OPTIONAL UEFI SETTINGS ----------------------------------------------
|
||||||
|
uefi_firmware = "/usr/share/edk2/x64/OVMF_CODE.4m.fd"
|
||||||
|
uefi_nvram_template = "/usr/share/edk2/x64/OVMF_VARS.4m.fd"
|
||||||
|
uefi_nvram_file_suffix = "-uefi"
|
||||||
|
# ----------------------------------------------------------------
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user