mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update proxmox.tf
This commit is contained in:
@ -65,7 +65,10 @@ locals {
|
||||
)
|
||||
}
|
||||
merge = function([any, any], any) => (
|
||||
local._deep_merge_impl(args[0], args[1])
|
||||
local._deep_merge_impl(
|
||||
args[0],
|
||||
args[1]
|
||||
)
|
||||
)
|
||||
|
||||
# Função recursiva para merge de mapas/listas
|
||||
|
||||
Reference in New Issue
Block a user