Merge pull request 'Update proxmox.tf' (#207) from fenix-admin into main

Reviewed-on: fenix-gitea-admin/iac-teste#207
This commit is contained in:
2025-08-28 17:02:25 +00:00

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"]
})
}