mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 02:20:07 -04:00
This essentially doubles up the registrations for all of the built-in functions to have both non-namespaced and core::-namespaced versions of each function. This is in preparation for later commits introducing other namespaces, such as a provider:: namespace which could hold functions that were contributed by providers that are currently in scope.
1 line
No EOL
54 B
Cheetah
1 line
No EOL
54 B
Cheetah
${core::templatefile("recursive_namespaced.tmpl", {})} |