github.com/jonasi/terraform@v0.6.10-0.20160125170522-e865c342cc1f/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  ```