Terraform Locals: What Are They, How to Use Them [Examples]
What's this blog post about?
Terraform Locals are named values that can be assigned and used in your code to reduce duplication within the Terraform scripts, thereby increasing readability. They differ from Terraform variables as they have a local scope and their value does not change once assigned. Terraform Locals can be assigned strings, expressions, maps, or even combined with Terraform variables for more dynamic scenarios.
Company
Spacelift
Date published
Feb. 15, 2022
Author(s)
Amlan Chakladar
Word count
1379
Language
English
Hacker News points
None found.