[ubuntu24] feat: remove siempie special variables

This commit is contained in:
Simon Cornet 2024-07-15 15:28:33 +02:00
parent d521b63d2f
commit 454ef7237a

View File

@ -9,7 +9,7 @@ packer {
variable "proxmox_iso_pool" { variable "proxmox_iso_pool" {
type = string type = string
default = "cracky-fs-images:iso" default = ""
} }
variable "proxmox_node" { variable "proxmox_node" {
@ -29,7 +29,7 @@ variable "proxmox_storage_format" {
variable "proxmox_storage_pool" { variable "proxmox_storage_pool" {
type = string type = string
default = "cracky-fs" default = ""
} }
variable "proxmox_storage_pool_type" { variable "proxmox_storage_pool_type" {
@ -54,7 +54,7 @@ variable "template_description" {
variable "template_name" { variable "template_name" {
type = string type = string
default = "template.test.siempie.internal" default = "ubuntu.template.siempie.internal"
} }
variable "ubuntu_image" { variable "ubuntu_image" {