👷: fix lint
All checks were successful
terraform-lint / terraform-lint (push) Successful in 3s

This commit is contained in:
Clément VÉRET
2025-09-22 13:35:59 +02:00
parent e781d829c0
commit 6e12fa28b5
2 changed files with 5 additions and 3 deletions

View File

@@ -79,5 +79,5 @@ variable "debian_tmpl" {
type = string
default = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
## other possible value
# "local:vztmpl/debian-11-standard_11.7-1_amd64.tar.zst"
# "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst"
}

View File

@@ -47,6 +47,7 @@ lxc_containers = {
web1 = {
server_desc = "* Shaarli\n* FreshRSS\n* Nextcloud\n* Blog\n* Roundcube\n* Firefly3\n* Repo\n* Koillection"
debian_tmpl = "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst"
ip_suffix = 5
tags = [
"pgsqlservers",
@@ -246,6 +247,7 @@ lxc_containers = {
vlt1 = {
server_desc = "* Vaultwarden"
debian_tmpl = "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst"
ip_suffix = 18
tags = [
"resticservers",