2014-10-13 19:24:25 -05:00
|
|
|
# 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.
|
|
|
|
|
2017-07-24 17:23:49 -05:00
|
|
|
To try any example, clone this repository and run the following commands
|
|
|
|
from within the example's directory:
|
2014-10-13 19:24:25 -05:00
|
|
|
|
2017-11-07 09:35:23 -06:00
|
|
|
```shell
|
2017-07-24 17:23:49 -05:00
|
|
|
$ terraform init
|
2014-10-13 19:24:25 -05:00
|
|
|
$ terraform apply
|
|
|
|
```
|
2017-07-21 18:51:24 -05:00
|
|
|
|
|
|
|
## Provider-specific Examples
|
|
|
|
|
|
|
|
Terraform providers each live in their own repository. Some of these
|
|
|
|
repositories contain documentation specific to their provider:
|
|
|
|
|
|
|
|
* [AliCloud Examples](https://github.com/terraform-providers/terraform-provider-alicloud/tree/master/examples)
|
|
|
|
* [Amazon Web Services Examples](https://github.com/terraform-providers/terraform-provider-aws/tree/master/examples)
|
2017-07-21 19:53:10 -05:00
|
|
|
* [Azure Examples](https://github.com/terraform-providers/terraform-provider-azurerm/tree/master/examples)
|
2017-07-24 17:20:11 -05:00
|
|
|
* [CenturyLink Cloud Examples](https://github.com/terraform-providers/terraform-provider-clc/tree/master/examples)
|
2017-07-24 17:32:47 -05:00
|
|
|
* [Consul Examples](https://github.com/terraform-providers/terraform-provider-consul/tree/master/examples)
|
2017-07-24 17:50:21 -05:00
|
|
|
* [DigitalOcean Examples](https://github.com/terraform-providers/terraform-provider-digitalocean/tree/master/examples)
|
2017-07-24 17:08:40 -05:00
|
|
|
* [Google Cloud Examples](https://github.com/terraform-providers/terraform-provider-google/tree/master/examples)
|
2017-07-24 18:02:13 -05:00
|
|
|
* [OpenStack Examples](https://github.com/terraform-providers/terraform-provider-openstack/tree/master/examples)
|