Skip to content

Commit 6ecf044

Browse files
Updating readme with database_filter
1 parent 6cdcae8 commit 6ecf044

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

privileges-grantor/README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ Example module invocation:
2828
```
2929
module "apiary-privileges-grantor" {
3030
source = "git@github.com:ExpediaGroup/apiary-extensions-terraform.git/privileges-grantor"
31-
pg_lambda_bucket = "pg-s3-bucket"
32-
pg_jars_s3_key = "pg-s3-key"
33-
pg_lambda_version = "4.1.0"
34-
pg_metastore_uri = "thrift://ip-address:9083"
31+
pg_lambda_bucket = "pg-s3-bucket"
32+
pg_jars_s3_key = "pg-s3-key"
33+
pg_lambda_version = "4.1.0"
34+
pg_metastore_uri = "thrift://ip-address:9083"
3535
metastore_events_sns_topic = "arn:aws:sns:us-west-2:1234567:metastore-events-sns-topic"
36-
subnets = ["subnet-1", "subnet-2"]
37-
security_groups = ["security-group-1", "security-group-2"]
36+
database_filter = "\"db_1\",\"db_2\""
37+
subnets = ["subnet-1", "subnet-2"]
38+
security_groups = ["security-group-1", "security-group-2"]
3839
tags = {
3940
Name = "Apiary-Privileges-Grantor"
4041
Team = "Operations"

0 commit comments

Comments
 (0)