DEV Community

Cover image for Terraform Functions
Abhishek Anand Amralkar
Abhishek Anand Amralkar

Posted on • Updated on

Terraform Functions

I am using Terraform since I was a kid, just kidding. I first used Terraform when Terraform was at version 0.6 and since then I never looked back for any other cloud provisioning tool.

In this blog series, we will not discuss the basics of the terraform but rather we will try to see the Functions in Terraform, though we will not discuss all functions a few functions which are really helpful and widely used at least I have used them widely in my Terraform Code.

Below is the link for all the supported Functions in Terraform.

  • String
  • Collection
  • Filesystem
  • Date and Time
  • Type Conversion

Top comments (0)