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' (#166) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#166
This commit is contained in:
@ -52,8 +52,8 @@ resource "proxmox_virtual_environment_file" "vm_user_data" {
|
|||||||
yamldecode(templatefile("${path.module}/cloud-init-vm.yaml.tftpl", {
|
yamldecode(templatefile("${path.module}/cloud-init-vm.yaml.tftpl", {
|
||||||
extra_packages = try(each.value.extra_packages, []),
|
extra_packages = try(each.value.extra_packages, []),
|
||||||
extra_users = try(each.value.extra_users, []),
|
extra_users = try(each.value.extra_users, []),
|
||||||
extra_runcmd = try(each.value.extra_runcmd, [])
|
extra_runcmd = try(each.value.extra_runcmd, []),
|
||||||
}))
|
})) # 👈 Aqui fechavas o templatefile, mas o parêntesis do deep_merge ficava mal fechado
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user