Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imjoseangel/terraform-aws-bootstrap
- Owner: imjoseangel
- License: mit
- Created: 2022-03-16T21:46:04.000Z (almost 3 years ago)
- Default Branch: devel
- Last Pushed: 2024-05-10T04:36:32.000Z (8 months ago)
- Last Synced: 2024-05-15T20:13:55.116Z (8 months ago)
- Topics: aws, cloud, terraform, terraform-backend, terraform-bootstrap, terraform-module
- Language: Shell
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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)