Docs for base64 interpolation functions.
This commit is contained in:
parent
70522fb770
commit
c3d15a2336
|
@ -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)`
|
||||
|
||||
|
|
Loading…
Reference in New Issue