Difference between revisions of "Terraform functions"
Jump to navigation
Jump to search
Line 44: | Line 44: | ||
[[yamldecode]] | [[yamldecode]] | ||
+ | [[base64decode]] | ||
== Related == | == Related == |
Revision as of 06:41, 30 August 2022
https://www.terraform.io/docs/language/functions/index.html
Terraform predefined functions, Terraform do not support user defined functions.
- Numeric functions
- Collection functions
- Encoding functions
- Filesystem functions
- Date and time functions
- Hash and crypto functions
- IP network functions
- Type conversion functions
templatefile
https://www.terraform.io/docs/language/functions/templatefile.htmlcoalesce
https://www.terraform.io/docs/language/functions/coalesce.htmltolist
toset
tostring
tomap
yamldecode
base64decode
Related
- Terraform meta argument: count
- Terraform meta argument: depends on
- Terraform collection functions
- Local values
- Terraform index function
- CloudFormation functions
- Terraform Named Values
See also
Advertising: