From c430ea5c0e563101de7e83f57498d8c08c768a92 Mon Sep 17 00:00:00 2001 From: jamesmaddox-cf <98417364+jamesmaddox-cf@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:00:19 -0400 Subject: [PATCH] updated codeowners --- .github/CODEOWNERS | 2 +- README.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 486c0ac..1e138f5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # These owners will be the default owners for everything in the repo. Unless a later match takes precedence. -* @douglas-f @mscribellito-cf +* @douglas-f @mscribellito diff --git a/README.md b/README.md index b6cd6ba..03fc458 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ # Google Cloud Log Export Terraform Module +## Description This module allows you to create log exports at the project, folder, organization, or billing account level. + +FedRAMP Compliance: High + +### Usage +``` +module "log-export" { + source = "github.com/Coalfire-CF/terraform-gcp-log-export" + + log_sink_name = "log-sink-name" + destination_uri = "storage.googleapis.com/name-of-bucket" + + parent_resource_id = +} +``` ## Requirements