Skip to content

Files

Latest commit

d39b8c7 · Sep 14, 2021

History

History
This branch is 81385 commits behind hashicorp/terraform-provider-aws:main.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 14, 2021
Jan 29, 2021
Aug 18, 2020
Jul 22, 2020
Jul 22, 2020
Jul 22, 2020
Sep 14, 2021
Sep 15, 2020
Jul 29, 2020
Jul 22, 2020
Jul 22, 2020
Sep 14, 2021
Jul 22, 2020
Jul 22, 2020
Jul 22, 2020
Jul 22, 2020
Jul 23, 2020
Jul 23, 2020
Jul 23, 2020
Jul 23, 2020
Oct 5, 2020
Jul 29, 2020
Jul 29, 2020
Jul 23, 2020
Jul 23, 2020
Nov 2, 2020

AWS Provider Examples

This directory contains a set of examples of using various AWS services with Terraform. The examples each have their own README containing more details on what the example does.

To run any example, clone the repository and run terraform apply within the example's own directory.

For example:

$ git clone https://github.com/hashicorp/terraform-provider-aws
$ cd terraform-provider-aws/examples/two-tier
$ terraform apply
...