Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hashicorp/learn-terraform-locals
- Owner: hashicorp
- License: mpl-2.0
- Created: 2020-10-20T19:30:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T21:06:36.000Z (over 1 year ago)
- Last Synced: 2024-09-27T12:42:04.516Z (about 1 month ago)
- Topics: hashicorp, terraform, tutorial
- Language: HCL
- Homepage: https://learn.hashicorp.com/tutorials/terraform/locals?in=terraform/configuration-language
- Size: 21.5 KB
- Stars: 11
- Watchers: 10
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hashicorp/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.