From 2325e80dcf28342af9954ddd3bded2bdd9bb9ecb Mon Sep 17 00:00:00 2001 From: arcnmx Date: Fri, 3 May 2024 13:55:52 -0700 Subject: [PATCH] chore(tf): update ct template --- tf/proxmox_vms.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf/proxmox_vms.tf b/tf/proxmox_vms.tf index c83f1224..e51f772b 100644 --- a/tf/proxmox_vms.tf +++ b/tf/proxmox_vms.tf @@ -1,6 +1,6 @@ variable "proxmox_container_template" { type = string - default = "local:vztmpl/ct-20240427-nixos-system-x86_64-linux.tar.xz" + default = "local:vztmpl/ct-20240502-nixos-system-x86_64-linux.tar.xz" } locals {