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
anniehedgpeth 0f1af30c78
removed tfvars & provider; minor changes to main & outputs per PR
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-ess-scaling provider/alicloud: Add new resource ESS, including scalinggroup scalingconfiguration scalingrule and schedule (#13731) 9 years ago
alicloud-ess-schedule provider/alicloud: Add new resource ESS, including scalinggroup scalingconfiguration scalingrule and schedule (#13731) 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
alicloud-vpc-snat provider/alicloud: Add new resource ESS, including scalinggroup scalingconfiguration scalingrule and schedule (#13731) 9 years ago
aws-asg Fix markdown format (#12090) 9 years ago
aws-cloudwatch-events
aws-count
aws-ecs-alb `roles` deprecated in examples (#13769) 9 years ago
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 Fix typo in aws-two-tier example (#13790) 9 years ago
azure-vm-simple-linux-managed-disk removed tfvars & provider; minor changes to main & outputs per PR 9 years ago
clc
consul
cross-provider
digitalocean correct spelling mistakes (#13979) 9 years ago
gce-vpn correct spelling mistakes (#13979) 9 years ago
google-internal-load-balancing ILB example instances no longer have external IPs 10 years ago
google-two-tier
openstack-with-networking Fixed private_key param (#10383) 10 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
...