update: cloud-init template name
This commit is contained in:
@@ -12,7 +12,7 @@ variable "node_datastore" {
|
|||||||
variable "vm_template" {
|
variable "vm_template" {
|
||||||
description = "Template of the VM"
|
description = "Template of the VM"
|
||||||
type = string
|
type = string
|
||||||
default = "ubuntu-cloud"
|
default = "ubuntu-noble-cloud"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "vm_name" {
|
variable "vm_name" {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ resource "proxmox_vm_qemu" "cloudinit-test" {
|
|||||||
|
|
||||||
target_node = "zenith"
|
target_node = "zenith"
|
||||||
|
|
||||||
clone = "ubuntu-cloud"
|
clone = "ubuntu-noble-cloud"
|
||||||
|
|
||||||
agent = 0
|
agent = 0
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ variable "node_datastore" {
|
|||||||
variable "vm_template" {
|
variable "vm_template" {
|
||||||
description = "Template of the VM"
|
description = "Template of the VM"
|
||||||
type = string
|
type = string
|
||||||
default = "ubuntu-cloud"
|
default = "ubuntu-noble-cloud"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "vm_name" {
|
variable "vm_name" {
|
||||||
|
|||||||
Reference in New Issue
Block a user