Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juwit/terraform-provider-aws-examples
Terraform AWS provider examples
https://github.com/juwit/terraform-provider-aws-examples
Last synced: 19 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T14:54:21.000Z (over 5 years ago)
- Last Synced: 2024-10-06T01:41:25.811Z (about 1 month ago)
- Language: HCL
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- 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
...
```