Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashicorp/learn-terraform-locals


https://github.com/hashicorp/learn-terraform-locals

hashicorp terraform tutorial

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Learn Terraform locals

This repo is a companion repo to the [Learn Terraform locals](https://developer.hashicorp.com/terraform/tutorials/configuration-language/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.