9be103b62d
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. |
||
---|---|---|
.. | ||
azure-2-vms-loadbalancer-lbrules | ||
azure-cdn-with-storage-account | ||
azure-encrypt-running-linux-vm | ||
azure-openshift-origin | ||
azure-search-create | ||
azure-servicebus-create-topic-and-subscription | ||
azure-spark-and-cassandra-on-centos | ||
azure-sql-database | ||
azure-traffic-manager-lb-scale-set | ||
azure-traffic-manager-vm | ||
azure-vm-custom-image-new-storage-account | ||
azure-vm-from-user-image | ||
azure-vm-simple-linux-managed-disk | ||
azure-vm-specialized-vhd-existing-vnet | ||
azure-vmss-ubuntu | ||
azure-vnet-to-vnet-peering | ||
azure-vnet-two-subnets | ||
azure-wordpress-mysql-replication | ||
clc | ||
consul | ||
cross-provider | ||
digitalocean | ||
gce-vpn | ||
google-content-based-load-balancing | ||
google-internal-load-balancing | ||
google-two-tier | ||
openstack-with-networking | ||
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/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: