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
Tom Fitzherbert e6ddd62583
Ensures that subnets are created in the desired AZ (#15443)
9 years ago
..
alicloud-build-lnmp add new example alicloud-build-lnmp (#15051) 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 allow metrics collection (#15352) 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 Ensures that subnets are created in the desired AZ (#15443) 9 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-2-vms-loadbalancer-lbrules provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-cdn-with-storage-account provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-encrypt-running-linux-vm provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-openshift-origin provider/azurerm: Example of Openshift origin (#15294) 9 years ago
azure-search-create provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-servicebus-create-topic-and-subscription provider/azurerm: Add example - servicebus-create-topic-and-subscription (#14341) 9 years ago
azure-spark-and-cassandra-on-centos provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-sql-database provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-traffic-manager-lb-scale-set Added example for globaly load balanced scale sets (#14912) 9 years ago
azure-traffic-manager-vm provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-vm-custom-image-new-storage-account provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-vm-from-user-image provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-vm-simple-linux-managed-disk provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-vm-specialized-vhd-existing-vnet provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-vmss-ubuntu provider/azurerm: Example of VM Scale Set with Ubuntu (#15290) 9 years ago
azure-vnet-to-vnet-peering provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-vnet-two-subnets provider/azurerm: Azurerm example ci updates (#15310) 9 years ago
azure-wordpress-mysql-replication provider/azurerm: Example of Wordpress MySql Replication (#15260) 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 Add Bangalore Data center and update to Ubuntu 16.04 (#14892) 9 years ago
gce-vpn correct spelling mistakes (#13979) 9 years ago
google-content-based-load-balancing provider/google: Google Cloud content-based load balancing example. (#14448) 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
...