Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no list of built-in functions (circular avoidance) #36217

Open
mike-feldmeier opened this issue Dec 13, 2024 · 1 comment
Open

There is no list of built-in functions (circular avoidance) #36217

mike-feldmeier opened this issue Dec 13, 2024 · 1 comment
Labels
documentation new new issue not yet triaged

Comments

@mike-feldmeier
Copy link

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

@mike-feldmeier mike-feldmeier added documentation new new issue not yet triaged labels Dec 13, 2024
@crw
Copy link
Contributor

crw commented Dec 13, 2024

The list of functions is in the sidebar, there are too many to repeat on that page. Admittedly, this is not particularly obvious based on where attention is focused on these pages. It also is a bit of a limitation of the way our docs site is structured, and may be unavoidable. I'll refer this to the docs team, they may know a trick to better highlight this.

Screenshot 2024-12-13 at 2 35 54 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation new new issue not yet triaged
Projects
None yet
Development

No branches or pull requests

2 participants