Terraform: Functions
To perform local tests and validate Terraform functions you can run the below command
terraform console
Terraform provides various functions that enable you to manipulate data, perform calculations, and work with files, dates, an...