938 Views
Various tasks working with strings in HashiCorp Terraform is the most common type of code written when writing Infrastructure as Code (IaC) templates. String interpolation specifically is something that is almost impossible to write Terraform code without. The built-in Terraform functions for working with strings and string interpolation features are an extremely valuable and useful feature set of the Terraform language.
0 comments