Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdeak/aws-terraform-modules
https://github.com/rdeak/aws-terraform-modules
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rdeak/aws-terraform-modules
- Owner: rdeak
- License: mit
- Created: 2024-05-27T09:11:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T15:23:35.000Z (2 months ago)
- Last Synced: 2024-10-22T02:09:17.984Z (2 months ago)
- Language: HCL
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Terraform modules
## Modules
| Name | Description |
|-------------------|--------------------------------------------------------------|
| aws-s3-backend | Provisions AWS resources needed for handling terraform state |
| aws-app-bootstrap | Provisions AWS resources for an app and enables Github OIDC |## Dev snippets
* To generate module docs
```bash
terraform-docs markdown table . > README.md
```* To test example
```bash
terraform init -backend-config=backend.hcl
terraform apply
```## License
This project is licensed under the terms of the MIT license.