Skip to content

Files

Latest commit

d39b8c7 · Sep 14, 2021

History

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

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
...