github.com/candidpartners/terraform@v0.9.5-0.20171005231213-29f5f88820f6/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 ```