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