Docs for base64 interpolation functions.

This commit is contained in:
Martin Atkins 2015-10-03 14:49:50 -07:00
parent 70522fb770
commit c3d15a2336
1 changed files with 6 additions and 0 deletions

View File

@ -74,6 +74,12 @@ are documented below.
The supported built-in functions are:
* `base64dec(string)` - Given a base64-encoded string, decodes it and
returns the original string.
* `base64enc(string)` - Returns a base64-encoded representation of the
given string.
* `concat(list1, list2)` - Combines two or more lists into a single list.
Example: `concat(aws_instance.db.*.tags.Name, aws_instance.web.*.tags.Name)`