mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
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:
@ -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"]
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user