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-s3-bucket

Terraform module which creates S3 bucket resources on AWS
https://github.com/imjoseangel/terraform-aws-s3-bucket

aws aws-s3 s3 terraform terraform-module

Last synced: 17 days ago
JSON representation

Terraform module which creates S3 bucket resources on AWS

Awesome Lists containing this project

README

        

# terraform-aws-s3-bucket

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

## Terraform module which creates S3 bucket resources on AWS

This Terraform module deploys a backend in Amazon Web Services.

### NOTES

* S3 server-side encryption at rest
* S3 bucket versioning
* Private Access

## Usage in Terraform 1.0

```terraform
module "bootstrap" {
source = "github.com/imjoseangel/terraform-aws-s3-bucket"
name = "terraform-backend"
versioning = true
}
```

## Authors

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

## License

[MIT](LICENSE)