terraform/examples
Martin Atkins 9be103b62d examples: Remove AliCloud and AWS examples
The examples for these providers have moved into the providers' own
repositories, so this is just cleaning up the old copies in the main repo
to avoid any confusion caused by the duplication.

The examples readme has links to these provider-specific examples so that
people looking for them in the old location can still find them.
2017-07-21 16:51:24 -07:00
..
azure-2-vms-loadbalancer-lbrules Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-cdn-with-storage-account Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-encrypt-running-linux-vm Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-openshift-origin provider/azurerm: Example of Openshift origin (#15294) 2017-06-15 19:26:59 +03:00
azure-search-create Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-servicebus-create-topic-and-subscription Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-spark-and-cassandra-on-centos Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-sql-database Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07: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 Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-vm-custom-image-new-storage-account provider/azurerm: Azurerm example ci updates (#15310) 2017-06-16 11:30:38 +03:00
azure-vm-from-user-image Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-vm-simple-linux-managed-disk Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-vm-specialized-vhd-existing-vnet Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-vmss-ubuntu Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-vnet-to-vnet-peering Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-vnet-two-subnets Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
azure-wordpress-mysql-replication Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07: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: Remove AliCloud and AWS examples 2017-07-21 16:51:24 -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/cross-provider
...

$ terraform apply
...

Provider-specific Examples

Terraform providers each live in their own repository. Some of these repositories contain documentation specific to their provider: