Skip to content

Commit 5d8ea20

Browse files
authored
Update README.md
1 parent c13ef40 commit 5d8ea20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An AWS Lambda function that is designed to filter logs to remove sensitive data,
44
## Provision the Lambda using Terraform
55
```
66
module "log-filter-mask" {
7-
source = "github.com/mhd999/aws-lambda-log-filter-mask?ref=v0.0.3"
7+
source = "github.com/telia-oss/aws-lambda-log-filter-mask?ref=v0.0.3"
88
99
source_log_group = "/aws/appsync/apis/abc"
1010
destination_log_group = "aws/sensitive/data"
@@ -20,4 +20,4 @@ module "log-filter-mask" {
2020
| DESTINATION_LOG_GROUP | Name of AWS cloudwatch destination log group | aws/sensitive/data
2121
| SOURCE_LOG_GROUP | Name of AWS cloudwatch source log group | aws/appsync/apis/abc
2222
| SENSITIVE_WORDS | The sensitive words in logs to mask | password|"password"|new_password|"new_password"
23-
| PLACEHOLDER | The value to replace the value of the senstive words with | "*****"
23+
| PLACEHOLDER | The value to replace the value of the senstive words with | "*****"

0 commit comments

Comments
 (0)