Skip to content

Commit

Permalink
Merge pull request #8 from Coalfire-CF/james-repo-work
Browse files Browse the repository at this point in the history
Updated README, added CF logo
  • Loading branch information
douglas-f authored Oct 3, 2023
2 parents 96b20e5 + 7cf935f commit 872869c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
45 changes: 39 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,52 @@
# ACE-AWS-Config
<div align="center">
<img src="coalfire_logo.png" width="200">
</div>

# AWS Config Terraform Module

Template repository for AWS Config deployment in AWS GovCloud

## Description

- Cloud(s) supported: Government/Commercial
- Product Version/License: N/A
- FedRAMP Compliance Support: FR MOD/High
- FedRAMP Compliance Support: FedRAMP Moderate, High

## Dependencies

- Account setup

## Resource List

The resources created from this module include:

- AWS Config Configuration Recorder
- AWS Config Delivery Channel
- IAM role and policy
- S3 bucket and bucket policy

## Code Updates

No code updates.

## Usage

This module can be called as outlined below:

### Code Owners
- Change directories to the `terraform-aws-config` directory.
- From the `terraform-aws-config` directory run `terraform init`.
- Run `terraform plan` to review the resources being created.
- If everything looks correct in the plan output, run `terraform apply`.

- Primary Code owner: Kourosh Mobl (@kourosh-forti-hands)
- Backup Code owner: Douglas Francis (@douglas-f)
```hcl
module "aws_config" {
source = "github.com/Coalfire-CF/terraform-aws-config"
The responsibility of the code owners is to approve and Merge PR's on the repository, and generally manage and direct issue discussions.
aws_region = "us-central-1"
bucket_name = "your-bucket-name"
resource_prefix = "your-resource-prefix"
}
```

<!-- BEGIN_TF_DOCS -->
## Requirements
Expand Down
Binary file added coalfire_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 872869c

Please sign in to comment.