github.com/jdextraze/terraform@v0.6.17-0.20160511153921-e33847c8a8af/examples/README.md (about) 1 # Terraform Examples 2 3 This folder contains a set of Terraform examples. These examples each 4 have their own README you can read for more details on what the example 5 does. 6 7 To run any example, just run `terraform apply` within that directory 8 if you have Terraform checked out. Or, you can run it directly from git: 9 10 ``` 11 $ terraform init github.com/hashicorp/terraform/examples/aws-two-tier 12 ... 13 14 $ terraform apply 15 ... 16 ```