feat: renamed cloud-init var and added var for additional packages
This commit is contained in:
@@ -171,7 +171,7 @@ variable "vm_vlan_tag" {
|
|||||||
|
|
||||||
// Cloud-Init Settings
|
// Cloud-Init Settings
|
||||||
|
|
||||||
variable "vm_cloud_init_enable" {
|
variable "vm_cloudinit" {
|
||||||
type = bool
|
type = bool
|
||||||
description = "Enable or disable cloud-init drive in Proxmox. (e.g. false)"
|
description = "Enable or disable cloud-init drive in Proxmox. (e.g. false)"
|
||||||
default = false
|
default = false
|
||||||
@@ -295,3 +295,10 @@ variable "common_hcp_packer_registry_enabled" {
|
|||||||
default = false
|
default = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Additional Settings
|
||||||
|
|
||||||
|
variable "additional_packages" {
|
||||||
|
type = list(string)
|
||||||
|
description = "Additional packages to install."
|
||||||
|
default = []
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user