diff --git a/website/source/docs/configuration/interpolation.html.md b/website/source/docs/configuration/interpolation.html.md index 5399f4924..4db6c3b9f 100644 --- a/website/source/docs/configuration/interpolation.html.md +++ b/website/source/docs/configuration/interpolation.html.md @@ -36,7 +36,12 @@ are documented below. The supported built-in functions are: - * `file(path)` - Reads the contents of a file into the string. + * `concat(args...)` - Concatenates the values of multiple arguments into + a single string. + + * `file(path)` - Reads the contents of a file into the string. Variables + in this file are _not_ interpolated. The contents of the file are + read as-is. * `lookup(map, key)` - Performs a dynamic lookup into a mapping variable.