https://github.com/boltops-tools/terraform-aws-s3
Terraform s3 example module
https://github.com/boltops-tools/terraform-aws-s3
boltops terraform terraspace
Last synced: 11 days ago
JSON representation
Terraform s3 example module
- Host: GitHub
- URL: https://github.com/boltops-tools/terraform-aws-s3
- Owner: boltops-tools
- Created: 2020-10-04T23:29:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T17:23:47.000Z (over 5 years ago)
- Last Synced: 2026-01-31T15:28:27.232Z (5 months ago)
- Topics: boltops, terraform, terraspace
- Language: HCL
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform Example S3 Bucket Module
[](https://www.boltops.com)
Simple example s3 bucket.
## Add to Terrafile
```ruby
mod "s3", source: "boltops-tools/terraform-aws-s3", stacks: :all
```
## Deploy
terraspace up s3
## Clean Up
terraspace down s3
test5