terraform/internal/lang/funcs/testdata/recursive_namespaced.tmpl
Martin Atkins d1df979115 lang: Expose built-in functions under core:: namespace
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.
2023-12-20 15:20:30 -05:00

1 line
No EOL
54 B
Cheetah

${core::templatefile("recursive_namespaced.tmpl", {})}