remove whitespace
This commit is contained in:
@@ -16,7 +16,7 @@ module "shared_modules" {
|
|||||||
source = "../../shared_modules"
|
source = "../../shared_modules"
|
||||||
|
|
||||||
vm_name = "deb-13-bios"
|
vm_name = "deb-13-bios"
|
||||||
image_location = "https://cloud.debian.org/images/cloud/trixie/latest/debian-13-genericcloud-amd64.raw"
|
image_location = "https://cloud.debian.org/images/cloud/trixie/latest/debian-13-genericcloud-amd64.raw"
|
||||||
ssh_key = "" # please provide a SSH public key
|
ssh_key = "" # please provide a SSH public key
|
||||||
enable_cloudinit = true
|
enable_cloudinit = true
|
||||||
}
|
}
|
||||||
@@ -16,7 +16,7 @@ module "shared_modules" {
|
|||||||
source = "../../shared_modules"
|
source = "../../shared_modules"
|
||||||
|
|
||||||
vm_name = "f42-bios"
|
vm_name = "f42-bios"
|
||||||
image_location = "https://download.fedoraproject.org/pub/fedora/linux/releases/42/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-42-1.1.x86_64.qcow2"
|
image_location = "https://download.fedoraproject.org/pub/fedora/linux/releases/42/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-42-1.1.x86_64.qcow2"
|
||||||
ssh_key = "" # please provide a SSH public key
|
ssh_key = "" # please provide a SSH public key
|
||||||
enable_cloudinit = true
|
enable_cloudinit = true
|
||||||
}
|
}
|
||||||
@@ -16,7 +16,7 @@ module "shared_modules" {
|
|||||||
source = "../../shared_modules"
|
source = "../../shared_modules"
|
||||||
|
|
||||||
vm_name = "os-tw-uefi"
|
vm_name = "os-tw-uefi"
|
||||||
image_location = "https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
|
image_location = "https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
|
||||||
ssh_key = "" # please provide a SSH public key
|
ssh_key = "" # please provide a SSH public key
|
||||||
enable_cloudinit = true
|
enable_cloudinit = true
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,6 @@ module "shared_modules" {
|
|||||||
source = "../../shared_modules"
|
source = "../../shared_modules"
|
||||||
|
|
||||||
vm_name = "phyllome-42-uefi"
|
vm_name = "phyllome-42-uefi"
|
||||||
image_location = "/var/lib/libvirt/images/virtual-desktop-hypervisor.img"
|
image_location = "/var/lib/libvirt/images/virtual-desktop-hypervisor.img"
|
||||||
uefi_firmware = true
|
uefi_firmware = true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ module "shared_modules" {
|
|||||||
source = "../../shared_modules"
|
source = "../../shared_modules"
|
||||||
|
|
||||||
vm_name = "rl-bios"
|
vm_name = "rl-bios"
|
||||||
image_location = "https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2"
|
image_location = "https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2"
|
||||||
ssh_key = "" # please provide a SSH public key
|
ssh_key = "" # please provide a SSH public key
|
||||||
enable_cloudinit = true
|
enable_cloudinit = true
|
||||||
}
|
}
|
||||||
@@ -16,7 +16,7 @@ module "shared_modules" {
|
|||||||
source = "../../shared_modules"
|
source = "../../shared_modules"
|
||||||
|
|
||||||
vm_name = "u24-bios"
|
vm_name = "u24-bios"
|
||||||
image_location = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
|
image_location = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
|
||||||
ssh_key = "" # please provide a SSH public key
|
ssh_key = "" # please provide a SSH public key
|
||||||
enable_cloudinit = true
|
enable_cloudinit = true
|
||||||
}
|
}
|
||||||
@@ -16,7 +16,7 @@ module "shared_modules" {
|
|||||||
source = "../../shared_modules"
|
source = "../../shared_modules"
|
||||||
|
|
||||||
vm_name = "u24-uefi"
|
vm_name = "u24-uefi"
|
||||||
image_location = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
|
image_location = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
|
||||||
ssh_key = "" # please provide a SSH public key
|
ssh_key = "" # please provide a SSH public key
|
||||||
enable_cloudinit = true
|
enable_cloudinit = true
|
||||||
uefi_firmware = true
|
uefi_firmware = true
|
||||||
|
|||||||
Reference in New Issue
Block a user