github.com/sfdc-pcg/terraform@v0.11.11/examples/README.md (about) 1 # Terraform Examples 2 3 This folder contains a set of Terraform examples. These examples each 4 have their own README you can read for more details on what the example 5 does. 6 7 To try any example, clone this repository and run the following commands 8 from within the example's directory: 9 10 ```shell 11 $ terraform init 12 $ terraform apply 13 ``` 14 15 ## Provider-specific Examples 16 17 Terraform providers each live in their own repository. Some of these 18 repositories contain documentation specific to their provider: 19 20 * [AliCloud Examples](https://github.com/terraform-providers/terraform-provider-alicloud/tree/master/examples) 21 * [Amazon Web Services Examples](https://github.com/terraform-providers/terraform-provider-aws/tree/master/examples) 22 * [Azure Examples](https://github.com/terraform-providers/terraform-provider-azurerm/tree/master/examples) 23 * [CenturyLink Cloud Examples](https://github.com/terraform-providers/terraform-provider-clc/tree/master/examples) 24 * [Consul Examples](https://github.com/terraform-providers/terraform-provider-consul/tree/master/examples) 25 * [DigitalOcean Examples](https://github.com/terraform-providers/terraform-provider-digitalocean/tree/master/examples) 26 * [Google Cloud Examples](https://github.com/terraform-providers/terraform-provider-google/tree/master/examples) 27 * [OpenStack Examples](https://github.com/terraform-providers/terraform-provider-openstack/tree/master/examples)