♻️: 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

@@ -77,7 +77,5 @@ variable "disk" {
variable "debian_tmpl" {
description = "Debian template to use"
type = string
default = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
## other possible value
# "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst"
default = "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst"
}