terraform/examples
demonwy 11768bcf5b provider alicloud:add new rds resource and some bugs fix (#12913)
* add new rds resource and some bugs fix

* add docs

* fix validator conflix

fix validator conflix
2017-03-24 13:04:56 +02:00
..
alicloud-ecs provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02:00
alicloud-ecs-image provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02:00
alicloud-ecs-nat provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02:00
alicloud-ecs-slb provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02:00
alicloud-ecs-special-sg update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-ecs-userdata provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02:00
alicloud-ecs-vpc provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02:00
alicloud-ecs-vpc-cluster provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02:00
alicloud-ecs-zone-type provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02:00
alicloud-rds provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02:00
alicloud-security-group update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
alicloud-security-group-rule provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02:00
alicloud-slb provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02: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 provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02: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
...