Skip to content

franklinpashok83/learn-terraform-locals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.