Skip to content

Commit

Permalink
Merge branch 'main' into initial-test
Browse files Browse the repository at this point in the history
  • Loading branch information
kourosh-forti-hands authored Sep 27, 2023
2 parents 8895eef + 1b4db27 commit 172587f
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 172587f

Please sign in to comment.