update: cloud-init template name
This commit is contained in:
@@ -6,7 +6,7 @@ resource "proxmox_vm_qemu" "cloudinit-test" {
|
||||
|
||||
target_node = "zenith"
|
||||
|
||||
clone = "ubuntu-cloud"
|
||||
clone = "ubuntu-noble-cloud"
|
||||
|
||||
agent = 0
|
||||
|
||||
|
||||
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user