1.3 KiB
layout | page_title | sidebar_current |
---|---|---|
intro | Example Configurations | examples |
Example Configurations
These examples are designed to help you understand some of the ways Terraform can be used.
All examples in this section are ready to run as-is. Terraform will
ask for input of things such as variables and API keys. If you want to
conitnue using the example, you should save those parameters in a
"terraform.tfvars" file or in a provider
config bock.
Experimenting in this way can help you learn how the Terraform lifecycle works, as well as how to repeatedly create and destroy infrastructure.
If you're completely new to Terraform, we recommend reading the getting started guide before diving into the examples. However, due to the intuitive configuration Terraform uses it isn't required.
To use these examples, Terraform must first be installed on your machine. You can install Terraform from the downloads page.