You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/examples
demonwy 11768bcf5b
provider alicloud:add new rds resource and some bugs fix (#12913)
9 years ago
..
alicloud-ecs provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
alicloud-ecs-image provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
alicloud-ecs-nat provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
alicloud-ecs-slb provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
alicloud-ecs-special-sg update alicloud provider (#11235) 9 years ago
alicloud-ecs-userdata provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
alicloud-ecs-vpc provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
alicloud-ecs-vpc-cluster provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
alicloud-ecs-zone-type provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
alicloud-rds provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
alicloud-security-group update alicloud provider (#11235) 9 years ago
alicloud-security-group-rule provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
alicloud-slb provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
alicloud-slb-vpc update alicloud provider (#11235) 9 years ago
alicloud-vpc update alicloud provider (#11235) 9 years ago
alicloud-vpc-cluster-sg update alicloud provider (#11235) 9 years ago
alicloud-vpc-multi-region update alicloud provider (#11235) 9 years ago
alicloud-vpc-route-entry provider alicloud:add new rds resource and some bugs fix (#12913) 9 years ago
aws-asg Fix markdown format (#12090) 9 years ago
aws-cloudwatch-events
aws-count
aws-ecs-alb
aws-eip
aws-elb update aws elb example to work in vpc 9 years ago
aws-networking examples: creating VPCs and subnets across two regions 10 years ago
aws-rds
aws-s3-cross-account-access
aws-two-tier
clc
consul
cross-provider
digitalocean updates digitalocean example to correct private_key 10 years ago
gce-vpn
google-internal-load-balancing ILB example instances no longer have external IPs 9 years ago
google-two-tier
openstack-with-networking Fixed private_key param (#10383) 9 years ago
README.md

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