terraform/internal/lang/funcs/testdata
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
..
unreadable lang: Redact sensitive values from function errors 2021-12-03 09:46:57 -05:00
bare.tmpl Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
func.tmpl Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
hello.tmpl Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
hello.txt Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
icon.png Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
list.tmpl Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
recursive.tmpl Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
recursive_namespaced.tmpl lang: Expose built-in functions under core:: namespace 2023-12-20 15:20:30 -05:00