An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Terraform Example S3 Bucket Module

[![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](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