You are currently viewing Terraform Functions

Terraform Functions

Terraform Functions

Hello Everyone

Welcome to CloudAffaire and this is Debjeet.

In the last blog post, we have discussed terraform modules registry.

https://cloudaffaire.com/terraform-modules-registry/

In this blog post, we will discuss terraform functions. Terraform language includes a number of built-in functions that you can call from within expressions to transform and combine values. The general syntax for function calls is a function name followed by comma-separated arguments in parentheses

Next, we are going to explain terraform functions with examples. We will use terraform console for this demo.

Terraform functions:

Hope you have enjoyed this article. In the next blog post, we will discuss terraform expressions.

For the complete list of terraform functions, please refer below terraform documentation

https://www.terraform.io/docs/configuration/functions.html

To get more details on terraform, please refer below terraform documentation.

https://www.terraform.io/docs/index.html

 

Leave a Reply