Update proxmox.tf

This commit is contained in:
2025-08-28 17:01:47 +00:00
parent 37f5c52cc0
commit 021ab2b057

View File

@ -79,7 +79,7 @@ resource "proxmox_virtual_environment_file" "vm_user_data" {
content_type = "snippets"
source_raw {
file_name = "cloud-init-iac-k8s-${each.key}.yaml"
data = templatefile("${path.module}/cloud-init-wrapper.yaml.tpl", {
data = templatefile("${path.module}/cloud-init-wrapper.yaml.tftpl", {
content = data.external.merged_yaml[each.key].result["merged_yaml"]
})
}