https://github.com/juwit/terraform-provider-aws-examples
Terraform AWS provider examples
https://github.com/juwit/terraform-provider-aws-examples
Last synced: 5 months ago
JSON representation
Terraform AWS provider examples
- Host: GitHub
- URL: https://github.com/juwit/terraform-provider-aws-examples
- Owner: juwit
- Created: 2019-04-26T14:51:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T14:54:21.000Z (about 7 years ago)
- Last Synced: 2025-08-22T23:56:39.037Z (10 months ago)
- Language: HCL
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/terraform-providers/terraform-provider-aws
$ cd terraform-provider-aws/examples/two-tier
$ terraform apply
...
```