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
Annie Hedgpeth a9d5610a29
provider/azurerm: Add example of CDN with Storage Account (#14193)
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 Fmt all the config files 10 years ago
aws-count Fmt all the config files 10 years ago
aws-ecs-alb `roles` deprecated in examples (#13769) 9 years ago
aws-eip Fmt all the config files 10 years ago
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 Fmt all the config files 10 years ago
aws-s3-cross-account-access Fmt all the config files 10 years ago
aws-two-tier Fix typo in aws-two-tier example (#13790) 9 years ago
azure-cdn-with-storage-account provider/azurerm: Add example of CDN with Storage Account (#14193) 9 years ago
azure-vm-simple-linux-managed-disk provider/azurerm: Add example of CDN with Storage Account (#14193) 9 years ago
azure-vnet-two-subnets provider/azurerm: Add example of a VNET w/ Two Subnets (#14115) 9 years ago
clc Fmt all the config files 10 years ago
consul Fmt all the config files 10 years ago
cross-provider Fmt all the config files 10 years ago
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 9 years ago
google-two-tier Fmt all the config files 10 years ago
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
...