diff --git a/README.md b/README.md
index 6a070e8..b6d0b12 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
-# ACE-AWS-Config
+
+
+
+
+# AWS Config Terraform Module
Template repository for AWS Config deployment in AWS GovCloud
@@ -6,14 +10,43 @@ Template repository for AWS Config deployment in AWS GovCloud
- 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"
+}
+```
## Requirements
diff --git a/coalfire_logo.png b/coalfire_logo.png
new file mode 100644
index 0000000..6e44526
Binary files /dev/null and b/coalfire_logo.png differ