terraform/website/docs
Ben Partridge fa8a87fab5
Adds documentation to `substr` function to cover when `length` longer than input `string`
The `substr` function allows the `length` parameter to be longer than the remaining characters in the input after the offset. This is useful for when you want to truncate a string to a maximum number of characters. However, the documentation isn't clear on this so I had to do a test deployment to confirm the behaviour after finding the behaviour in an old issue https://github.com/hashicorp/terraform/issues/15751
2022-02-07 15:12:22 +11:00
..
cli final nits 2022-01-31 14:17:36 -05:00
configuration migrate docs to mdx 2021-12-14 18:41:17 -08:00
internals migrate docs to mdx 2021-12-14 18:41:17 -08:00
language Adds documentation to `substr` function to cover when `length` longer than input `string` 2022-02-07 15:12:22 +11:00