update: cloud-init template name

This commit is contained in:
2026-08-21 05:49:22 +00:00
parent 764110b2f6
commit 8256e120cf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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" {
+1 -1
View File
@@ -6,7 +6,7 @@ resource "proxmox_vm_qemu" "cloudinit-test" {
target_node = "zenith"
clone = "ubuntu-cloud"
clone = "ubuntu-noble-cloud"
agent = 0
+1 -1
View File
@@ -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" {