update
This commit is contained in:
@@ -47,9 +47,9 @@ locals {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
default = {
|
default = {
|
||||||
sshkeys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL88nWIyxN4aYTJCxz2/MiorLeNtoVwir995tOXzdzCr laptop"
|
sshkeys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL88nWIyxN4aYTJCxz2/MiorLeNtoVwir995tOXzdzCr laptop"
|
||||||
template = "Debian12-Template"
|
template = "Debian12-Template"
|
||||||
storage = "cache-domains"
|
storage = "cache-domains"
|
||||||
emulatessd = true
|
emulatessd = true
|
||||||
format = "raw"
|
format = "raw"
|
||||||
}
|
}
|
||||||
@@ -88,9 +88,9 @@ resource "proxmox_vm_qemu" "k3master" {
|
|||||||
virtio {
|
virtio {
|
||||||
virtio0 {
|
virtio0 {
|
||||||
disk {
|
disk {
|
||||||
size = local.config.k3master.drive
|
size = local.config.k3master.drive
|
||||||
format = local.config.format
|
format = local.config.format
|
||||||
storage = local.config.storage
|
storage = local.config.storage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -138,9 +138,9 @@ resource "proxmox_vm_qemu" "k3server" {
|
|||||||
virtio {
|
virtio {
|
||||||
virtio0 {
|
virtio0 {
|
||||||
disk {
|
disk {
|
||||||
size = local.config.k3master.drive
|
size = local.config.k3master.drive
|
||||||
format = local.config.format
|
format = local.config.format
|
||||||
storage = local.config.storage
|
storage = local.config.storage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user