mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Update proxmox.tf
This commit is contained in:
@ -66,7 +66,7 @@ resource "proxmox_virtual_environment_file" "vm_user_data" {
|
||||
#cloud-config
|
||||
package_update: true
|
||||
packages:
|
||||
%{ for pkg in each.value.packages ~}
|
||||
%{ for pkg in each.value.extra_packages ~}
|
||||
- ${pkg}
|
||||
%{ endfor ~}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user