mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user