terraform/examples
Cuong Nguyen 6d5feaf526 Fix markdown format (#12090) 2017-02-20 14:43:49 +02:00
..
alicloud-ecs update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-ecs-image update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-ecs-slb update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-ecs-special-sg update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-ecs-userdata update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-ecs-vpc update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-ecs-vpc-cluster update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-ecs-zone-type update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-security-group update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-security-group-rule update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-slb update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-slb-vpc update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-vpc update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-vpc-cluster-sg update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-vpc-multi-region update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-vpc-route-entry update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
aws-asg Fix markdown format (#12090) 2017-02-20 14:43:49 +02:00
aws-cloudwatch-events Fmt all the config files 2016-09-22 11:49:09 +00:00
aws-count Fmt all the config files 2016-09-22 11:49:09 +00:00
aws-ecs-alb Fmt all the config files 2016-09-22 11:49:09 +00:00
aws-eip Fmt all the config files 2016-09-22 11:49:09 +00:00
aws-elb update aws elb example to work in vpc 2017-01-13 16:08:40 -06:00
aws-networking examples: creating VPCs and subnets across two regions 2016-09-24 15:19:34 -07:00
aws-rds Fmt all the config files 2016-09-22 11:49:09 +00:00
aws-s3-cross-account-access Fmt all the config files 2016-09-22 11:49:09 +00:00
aws-two-tier Fmt all the config files 2016-09-22 11:49:09 +00:00
clc Fmt all the config files 2016-09-22 11:49:09 +00:00
consul Fmt all the config files 2016-09-22 11:49:09 +00:00
cross-provider Fmt all the config files 2016-09-22 11:49:09 +00:00
digitalocean updates digitalocean example to correct private_key 2016-10-08 23:03:49 -07:00
gce-vpn Fmt all the config files 2016-09-22 11:49:09 +00:00
google-internal-load-balancing ILB example instances no longer have external IPs 2016-12-21 15:10:01 -08:00
google-two-tier Fmt all the config files 2016-09-22 11:49:09 +00:00
openstack-with-networking Fixed private_key param (#10383) 2016-11-28 16:48:58 +00:00
README.md examples directory start 2014-10-13 17:24:25 -07:00

README.md

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