Open
Description
Terraform Version
v1.10.x (latest)
Affected Pages
https://developer.hashicorp.com/terraform/language/expressions/function-calls
https://developer.hashicorp.com/terraform/language/functions
What is the docs issue?
The "Function Calls" page lists "For a full list of available functions, see the function reference."
The "Functions" page shows a single function (max), and then points back to the "Function Calls" page, promising a "page for all of the available built-in-functions"
"For more details on syntax, see [Function Calls](https://developer.hashicorp.com/terraform/language/expressions/function-calls) in the Expressions section.
The Terraform language does not support user-defined functions, and so only the functions built in to the language are available for use. The documentation includes a page for all of the available built-in functions."
Proposal
Please add a list of available functions and link correctly to them.
References
No response