mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
The Terraform configuration syntax defines what arrays are. Use the word array consistently throughout the documentation instead of list. The corresponding JSON datatype is called array as well, and since the Terraform configuration syntax is interoperable with JSON it makes sense to use the term array to describe them. |
||
---|---|---|
.. | ||
aws-count | ||
aws-two-tier | ||
consul | ||
cross-provider | ||
README.md |
Terraform Examples
This folder contains a set of Terraform examples. These examples each have their own README you can read for more details on what the example does.
To run any example, just run terraform apply
within that directory
if you have Terraform checked out. Or, you can run it directly from git:
$ terraform init github.com/hashicorp/terraform/examples/aws-two-tier
...
$ terraform apply
...