Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imjoseangel/terraform-aws-bootstrap

Terraform Module for AWS backend bootstrap
https://github.com/imjoseangel/terraform-aws-bootstrap

aws cloud terraform terraform-backend terraform-bootstrap terraform-module

Last synced: 2 days ago
JSON representation

Terraform Module for AWS backend bootstrap

Awesome Lists containing this project

README

        

# terraform-aws-bootstrap

[![Terraform](https://github.com/imjoseangel/terraform-aws-bootstrap/actions/workflows/terraform.yml/badge.svg)](https://github.com/imjoseangel/terraform-aws-bootstrap/actions/workflows/terraform.yml)

## Deploy a Terraform backend in AWS. Solves the Terraform backend 🐓 and 🥚 problem

This Terraform module deploys a backend in Amazon Web Services.

### NOTES

* S3 server-side encryption at rest
* S3 bucket versioning
* DynamoDB server-side encryption
* Private Access
* No cross-account support

## Usage in Terraform 1.0

```terraform
module "bootstrap" {
source = "github.com/imjoseangel/terraform-aws-bootstrap"
name = "terraform-backend"
dynamodb = "terraform-lock"
}
```

## Authors

Originally created by [imjoseangel](http://github.com/imjoseangel)

## License

[MIT](LICENSE)