https://github.com/hashicorp-education/learn-terraform-locals
https://github.com/hashicorp-education/learn-terraform-locals
hashicorp terraform tutorial
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashicorp-education/learn-terraform-locals
- Owner: hashicorp-education
- License: mpl-2.0
- Created: 2020-10-20T19:30:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T21:06:36.000Z (over 2 years ago)
- Last Synced: 2025-04-06T03:41:26.331Z (7 months ago)
- Topics: hashicorp, terraform, tutorial
- Language: HCL
- Homepage: https://learn.hashicorp.com/tutorials/terraform/locals?in=terraform/configuration-language
- Size: 21.5 KB
- Stars: 12
- Watchers: 9
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hashicorp-education/learn-terraform-locals - (HCL)
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.