Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README #3

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@
</div>


## ACE AWS S3
# AWS S3 Terraform Module

## Description

This module creates an S3 bucket with a bucket policy, versioning enabled, logging enabled, and a bucket lifecycle policy configured.

FedRAMP Compliance: Moderate, High

## Dependencies

- kms keys from ACE-AWS-Account

## Resource List

Insert a high-level list of resources created as a part of this module. E.g.

- S3 bucket
- S3 bucket IAM policies

## Code Updates

## Deployment Steps

This module can be called as outlined below.
Expand All @@ -38,10 +39,10 @@ provider "aws" {
features {}
}
module "core_sa" {
source = "github.com/Coalfire-CF/ACE-AWS-S3?ref=vX.X.X"
module "s3_bucket" {
source = "github.com/Coalfire-CF/terraform-aws-s3"
name = "s3-bucket-name"
}
```

Expand Down
Loading