Skip to content

hashicorp-education/learn-terraform-locals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Terraform locals

This repo is a companion repo to the Learn Terraform locals tutorial.

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.