diff options
| -rw-r--r-- | alice_plan | bin | 0 -> 7124 bytes | |||
| -rw-r--r-- | main.tf | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/alice_plan b/alice_plan Binary files differnew file mode 100644 index 0000000..4abeb55 --- /dev/null +++ b/alice_plan @@ -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" } |
