From 8256e120cf76ccbbd40875a9a7ed743f73ec445a Mon Sep 17 00:00:00 2001 From: Vezpi Date: Fri, 21 Aug 2026 05:49:22 +0000 Subject: [PATCH] update: cloud-init template name --- terraform/modules/pve_vm/variables.tf | 2 +- terraform/projects/simple-vm-telmate/main.tf | 2 +- terraform/projects/simple-vm/variables.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/modules/pve_vm/variables.tf b/terraform/modules/pve_vm/variables.tf index 50a21c8..8fbd9a1 100644 --- a/terraform/modules/pve_vm/variables.tf +++ b/terraform/modules/pve_vm/variables.tf @@ -12,7 +12,7 @@ variable "node_datastore" { variable "vm_template" { description = "Template of the VM" type = string - default = "ubuntu-cloud" + default = "ubuntu-noble-cloud" } variable "vm_name" { diff --git a/terraform/projects/simple-vm-telmate/main.tf b/terraform/projects/simple-vm-telmate/main.tf index d9f0190..b67a3a2 100644 --- a/terraform/projects/simple-vm-telmate/main.tf +++ b/terraform/projects/simple-vm-telmate/main.tf @@ -6,7 +6,7 @@ resource "proxmox_vm_qemu" "cloudinit-test" { target_node = "zenith" - clone = "ubuntu-cloud" + clone = "ubuntu-noble-cloud" agent = 0 diff --git a/terraform/projects/simple-vm/variables.tf b/terraform/projects/simple-vm/variables.tf index 312c311..af948ed 100644 --- a/terraform/projects/simple-vm/variables.tf +++ b/terraform/projects/simple-vm/variables.tf @@ -23,7 +23,7 @@ variable "node_datastore" { variable "vm_template" { description = "Template of the VM" type = string - default = "ubuntu-cloud" + default = "ubuntu-noble-cloud" } variable "vm_name" {