Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashicorp/learn-terraform-variables
https://github.com/hashicorp/learn-terraform-variables
hashicorp terraform tutorial
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashicorp/learn-terraform-variables
- Owner: hashicorp
- License: mpl-2.0
- Created: 2020-09-10T20:47:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T15:44:18.000Z (4 months ago)
- Last Synced: 2024-09-28T12:42:27.359Z (about 1 month ago)
- Topics: hashicorp, terraform, tutorial
- Language: HCL
- Homepage: https://learn.hashicorp.com/tutorials/terraform/variables?in=terraform/configuration-language
- Size: 21.5 KB
- Stars: 15
- Watchers: 9
- Forks: 113
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn Terraform variables
You can use input variables to customize your Terraform configuration with
values that can be assigned by end users of your configuration. Input variables
allow users to re-use and customize configuration by providing a consistent
interface to change how a given configuration behaves.Follow along with this [Learn Terraform variables](https://developer.hashicorp.com/terraform/tutorials/configuration-language/variables) tutorial.