terraform/examples
Martin Atkins e079e9d339 examples: remove azure examples
These have now moved into the AzureRM provider repository, linked from the
README here.
2017-07-21 17:53:10 -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 azure examples 2017-07-21 17:53:10 -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: