terraform/examples
Annie Hedgpeth 36956d863b provider/azurerm: Example of VM Scale Set with Ubuntu (#15290)
* initial commit - 101-vm-from-user-image

* changed branch name

* not deploying - storage problems

* provisions vm but image not properly prepared

* storage not correct

* provisions properly

* changed main.tf to azuredeploy.tf

* added tfvars and info for README

* tfvars ignored and corrected file ext

* added CI config; added sane defaults for variables; updated deployment script, added mac specific deployment for local testing

* deploy.sh to be executable

* executable deploy files

* added CI files; changed vars

* prep for PR

* removal of old folder

* prep for PR

* wrong args for travis

* more PR prep

* updated README

* commented out variables in terraform.tfvars

* Topic 101 vm from user image (#2)

* initial commit - 101-vm-from-user-image
* added tfvars and info for README
* added CI config; added sane defaults for variables; updated deployment script, added mac specific deployment for local testing
* prep for PR

* added new template

* oops, left off master

* prep for PR

* correct repository for destination

* renamed scripts to be more intuitive; added check for docker

* merge vm simple; vm from image

* initial commit

* deploys locally

* updated deploy

* changed to allow http & https (like ARM tmplt)

* changed host_name & host_name variable desc

* merge master

* added new constructs/naming for deploy scripts, etc.

* suppress az login output

* merge of CI config

* prep for PR

* took out armviz button and minor README changes

* changed host_name

* fixed merge conflicts

* changed host_name variable

* updating Hashicorp's changes to merged simple linux branch

* updating files to merge w/master and prep for Hashicorp pr

* Revert "updating files to merge w/master and prep for Hashicorp pr"

This reverts commit b850cd5d2a858eff073fc5a1097a6813d0f8b362.

* Revert "updating Hashicorp's changes to merged simple linux branch"

This reverts commit dbaf8d14a9cdfcef0281919671357f6171ebd4e6.

* work in progress; waiting on support for lb inbound nat & autoscale settings

* changing .travis.yml for this branch

* updated deploy validation; readme; travis.yml

* in progress; lb inbound nat pool id argument added

* deploys vmss, not autoscale (no resource)

* merging hashicorp master into this branch

* chmod for deploy scripts

* cleaned up main.tf

* ran tf fmt

* fixed typo in travis.yml

* pinning azuresdk/azure-cli-python version

* typo

* adding comments

* provisions withouth autoscale

* fixed clean up to destroy rg

* renamed example directory

* reverted to Hashicorp's travis.yml

* merge conflict - return line

* merge conflict - white space

* updated README
2017-06-15 19:28:11 +03:00
..
alicloud-build-lnmp add new example alicloud-build-lnmp (#15051) 2017-06-05 00:19:24 +03: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-ess-scaling provider/alicloud: Add new resource ESS, including scalinggroup scalingconfiguration scalingrule and schedule (#13731) 2017-04-18 15:18:57 +03:00
alicloud-ess-schedule provider/alicloud: Add new resource ESS, including scalinggroup scalingconfiguration scalingrule and schedule (#13731) 2017-04-18 15:18:57 +03: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
alicloud-vpc-snat provider/alicloud: Add new resource ESS, including scalinggroup scalingconfiguration scalingrule and schedule (#13731) 2017-04-18 15:18:57 +03: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 `roles` deprecated in examples (#13769) 2017-04-19 20:20:02 +03: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 Fix typo in aws-two-tier example (#13790) 2017-04-20 06:47:44 +01:00
azure-2-vms-loadbalancer-lbrules provider/azurerm: Add example of encrypting a running linux (#14642) 2017-05-19 13:21:13 +03:00
azure-cdn-with-storage-account provider/azurerm: Add example of 2 VMs with loadbalancer & lbrules (#14257) 2017-05-16 12:06:06 +03:00
azure-encrypt-running-linux-vm provider/azurerm: Add example of encrypting a running linux (#14642) 2017-05-19 13:21:13 +03:00
azure-openshift-origin provider/azurerm: Example of Openshift origin (#15294) 2017-06-15 19:26:59 +03:00
azure-search-create provider/azurerm: Add example of azure search create (#14340) 2017-05-11 19:38:45 +03:00
azure-servicebus-create-topic-and-subscription provider/azurerm: Add example - servicebus-create-topic-and-subscription (#14341) 2017-05-11 19:38:10 +03:00
azure-spark-and-cassandra-on-centos provider/azurerm: Add example of Spark and Cassrandra on CentOS (#15123) 2017-06-08 19:38:34 +03:00
azure-sql-database provider/azurerm: Add example of sql database (#14649) 2017-05-19 10:22:10 +01:00
azure-traffic-manager-lb-scale-set Added example for globaly load balanced scale sets (#14912) 2017-05-30 01:19:04 +03:00
azure-traffic-manager-vm provider/azurerm: Add example of traffic manager (#14337) 2017-05-10 22:19:52 +01:00
azure-vm-custom-image-new-storage-account provider/azurerm: Add example of vm custom image w/new storage account (#14468) 2017-05-15 20:03:09 +03:00
azure-vm-from-user-image provider/azurerm: Add example of vm from user image (#14231) 2017-05-11 19:40:35 +03:00
azure-vm-simple-linux-managed-disk provider/azurerm: Add example of vm specialized vhd existing vnet (#14412) 2017-05-15 19:41:06 +03:00
azure-vm-specialized-vhd-existing-vnet provider/azurerm: Add example of vm specialized vhd existing vnet (#14412) 2017-05-15 19:41:06 +03:00
azure-vmss-ubuntu provider/azurerm: Example of VM Scale Set with Ubuntu (#15290) 2017-06-15 19:28:11 +03:00
azure-vnet-to-vnet-peering provider/azurerm: Add example of VNET to VNET Peering (#14338) 2017-05-11 19:40:03 +03:00
azure-vnet-two-subnets provider/azurerm: Add example of sql database (#14649) 2017-05-19 10:22:10 +01:00
azure-wordpress-mysql-replication provider/azurerm: Example of Wordpress MySql Replication (#15260) 2017-06-13 16:28:42 +03: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 Add Bangalore Data center and update to Ubuntu 16.04 (#14892) 2017-05-28 23:46:09 +03:00
gce-vpn correct spelling mistakes (#13979) 2017-04-27 02:10:04 +12:00
google-content-based-load-balancing provider/google: Google Cloud content-based load balancing example. (#14448) 2017-05-16 13:16:27 -07: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
...