Skip to content

Commit

Permalink
Docs for base64 interpolation functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Oct 3, 2015
1 parent 70522fb commit c3d15a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/source/docs/configuration/interpolation.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`

Expand Down

0 comments on commit c3d15a2

Please sign in to comment.