Main target is now Debian 13 instead of Ubuntu 24.04
This commit is contained in:
@@ -4,6 +4,6 @@ variable "vms" {
|
||||
cpus = optional(number, 2),
|
||||
memory = optional(string, "3g"),
|
||||
disk = optional(string, "12g"),
|
||||
image = optional(string, "24.04"),
|
||||
image = optional(string, "https://cloud.debian.org/images/cloud/trixie/latest/debian-13-generic-amd64.qcow2"),
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user