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