Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rdeak/aws-terraform-modules


https://github.com/rdeak/aws-terraform-modules

Last synced: about 1 month ago
JSON representation

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.