Back to Terraform Provider Aws

AWS Provider Examples

examples/README.md

6.43.0551 B
Original Source
<!-- Copyright IBM Corp. 2014, 2026 --> <!-- SPDX-License-Identifier: MPL-2.0 -->

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:

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