summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alice_planbin0 -> 7124 bytes
-rw-r--r--main.tf4
2 files changed, 2 insertions, 2 deletions
diff --git a/alice_plan b/alice_plan
new file mode 100644
index 0000000..4abeb55
--- /dev/null
+++ b/alice_plan
Binary files differ
diff --git a/main.tf b/main.tf
index e192b96..986f40f 100644
--- a/main.tf
+++ b/main.tf
@@ -22,7 +22,7 @@ module "debian" {
source = "./container/"
vmid = element(var.vm_range, 0)
prenom = var.prenom
- template = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
+ template = "local:vztmpl/debian-12-up2date-2025_01_29.tar.gz"
os = "debian"
}
@@ -30,7 +30,7 @@ module "rocky" {
source = "./container/"
vmid = element(var.vm_range, 1)
prenom = var.prenom
- template = "local:vztmpl/rockylinux-9-custom_amd64.tar.gz"
+ template = "local:vztmpl/rockylinux-9-up2date-2025_01_29.tar.gz"
os = "rocky"
}