Skip to content

Files

Latest commit

Matt CalthropMatt Calthrop
Matt Calthrop
and
Matt Calthrop
Mar 29, 2016
f4fa94b · Mar 29, 2016

History

History
This branch is 24097 commits behind hashicorp/terraform:main.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 11, 2016
Feb 13, 2016
Aug 31, 2015
Jan 21, 2016
Sep 8, 2015
Jan 21, 2016
Nov 12, 2015
Dec 28, 2015
Mar 21, 2016
Mar 22, 2016
Aug 31, 2015
Oct 26, 2015
Mar 29, 2016
Aug 31, 2015
Oct 14, 2014

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
...