Skip to content

Commit

Permalink
Merge pull request #2 from Coalfire-CF/repo-rename
Browse files Browse the repository at this point in the history
updated codeowners
  • Loading branch information
douglas-f authored Sep 28, 2023
2 parents 25fa243 + c430ea5 commit 3b3a5e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 =
}
```
<!-- BEGIN_TF_DOCS -->
## Requirements

Expand Down

0 comments on commit 3b3a5e8

Please sign in to comment.