Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imjoseangel/terraform-aws-s3-bucket
- Owner: imjoseangel
- License: mit
- Created: 2022-04-04T06:43:04.000Z (almost 3 years ago)
- Default Branch: devel
- Last Pushed: 2024-05-10T04:33:00.000Z (9 months ago)
- Last Synced: 2024-05-15T20:13:55.192Z (8 months ago)
- Topics: aws, aws-s3, s3, terraform, terraform-module
- Language: Shell
- Homepage:
- Size: 153 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-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)