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" {