Commit 6ecf044 1 parent 6cdcae8 commit 6ecf044 Copy full SHA for 6ecf044
File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,14 @@ Example module invocation:
28
28
```
29
29
module "apiary-privileges-grantor" {
30
30
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"
35
35
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"]
38
39
tags = {
39
40
Name = "Apiary-Privileges-Grantor"
40
41
Team = "Operations"
You can’t perform that action at this time.
0 commit comments