♻️: debian 13 by default
Some checks failed
terraform-lint / terraform-lint (push) Failing after 22s

This commit is contained in:
Clément VÉRET
2025-12-05 08:44:48 +01:00
parent 470a0d06f6
commit 8b0321b9bb
3 changed files with 3 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ variable "lxc_containers" {
unprivileged = optional(bool, true)
started = optional(bool, true)
start_on_boot = optional(bool, false)
debian_tmpl = optional(string, "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst")
debian_tmpl = optional(string, "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst")
disk = optional(list(object({
path = string
size = string