summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-01-29 12:16:44 +0100
committerjerome <jerome@xlinfo.fr>2025-01-29 12:16:44 +0100
commit917705488aa14bc7e01f49e8c800b79d7020b99e (patch)
tree8a324506cfa02d6e31cabec38e48c10dc2ada616
parent29306214584341764554c0049d0a409fbae578b8 (diff)
downloadproxmox_lxc-917705488aa14bc7e01f49e8c800b79d7020b99e.tar.gz
proxmox_lxc-917705488aa14bc7e01f49e8c800b79d7020b99e.zip
update templates
-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"
}