Update proxmox.tf

This commit is contained in:
2025-08-26 19:17:49 +00:00
parent 59154e65fd
commit 1676ce77ed

View File

@ -64,7 +64,6 @@ locals {
})
)
}
merge = (function([any, any], any) => { local._deep_merge_impl(args[0],args[1]) })
deep_merge = function("deep_merge", [any, any], any, <<-EOT