Update proxmox.tf

This commit is contained in:
2025-08-26 14:01:07 +00:00
parent 95243a04ff
commit bc73c25329

View File

@ -62,8 +62,7 @@ resource "proxmox_virtual_environment_file" "vm_user_data" {
source_raw { source_raw {
file_name = "cloud-init-iac-k8s-${each.value.name}.yaml" file_name = "cloud-init-iac-k8s-${each.value.name}.yaml"
source_raw { data = <<-EOF
<<EOF
#cloud-config #cloud-config
package_update: true package_update: true
packages: packages:
@ -96,7 +95,6 @@ resource "proxmox_virtual_environment_file" "vm_user_data" {
%{ endfor ~} %{ endfor ~}
%{ endif ~} %{ endif ~}
EOF EOF
}
} }
} }