https://github.com/lunik/terraform-aws-s3
Create and configure basic AWS S3 bucket using Terraform.
https://github.com/lunik/terraform-aws-s3
aws s3 terraform terraform-module
Last synced: 3 months ago
JSON representation
Create and configure basic AWS S3 bucket using Terraform.
- Host: GitHub
- URL: https://github.com/lunik/terraform-aws-s3
- Owner: Lunik
- Created: 2021-08-29T18:19:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T19:52:17.000Z (almost 5 years ago)
- Last Synced: 2026-04-01T17:56:00.543Z (3 months ago)
- Topics: aws, s3, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Terraform AWS S3 module
## Purpose
Create and configure basic AWS S3 bucket.
## Usage
[In and Out documentation](./DOCS.md)
```
module "aws_s3" {
source = "https:///terraform_aws_route53.git"
bucket_name = "my-bucket"
}
```
## Contribute
### Generate documentation
The documentation was generated using [terraform-docs tool](https://github.com/terraform-docs/terraform-docs).
The generation command is the following :
```
$ terraform-docs markdown table . > DOCS.md
```