Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 385 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 385 Bytes

Learn Terraform locals

Terraform locals allow you to simplify your Terraform configuration and avoid repetition. Local values can also help you write more readable configuration by using meaningful names rather than hard-coding values. Follow along with this tutorial on HashiCorp Learn.