Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmaddox-cf committed Sep 26, 2023
1 parent ec11bb7 commit bf5eadb
Showing 1 changed file with 9 additions and 8 deletions.
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

0 comments on commit bf5eadb

Please sign in to comment.