github.com/hobbeswalsh/terraform@v0.3.7-0.20150619183303-ad17cf55a0fa/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 ```