28 lines
1.4 KiB
Markdown
28 lines
1.4 KiB
Markdown
# 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 try any example, clone this repository and run the following commands
|
|
from within the example's directory:
|
|
|
|
```shell
|
|
$ terraform init
|
|
$ terraform apply
|
|
```
|
|
|
|
## 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)
|
|
* [Azure Examples](https://github.com/terraform-providers/terraform-provider-azurerm/tree/master/examples)
|
|
* [CenturyLink Cloud Examples](https://github.com/terraform-providers/terraform-provider-clc/tree/master/examples)
|
|
* [Consul Examples](https://github.com/terraform-providers/terraform-provider-consul/tree/master/examples)
|
|
* [DigitalOcean Examples](https://github.com/terraform-providers/terraform-provider-digitalocean/tree/master/examples)
|
|
* [Google Cloud Examples](https://github.com/terraform-providers/terraform-provider-google/tree/master/examples)
|
|
* [OpenStack Examples](https://github.com/terraform-providers/terraform-provider-openstack/tree/master/examples)
|