Skip to content

Commit ae1e03a

Browse files
authored
add metastore to data and insight (#2529)
1 parent fce0ce0 commit ae1e03a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

terraform/core/05-departments.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ module "department_data_and_insight" {
149149
mwaa_etl_scripts_bucket_arn = aws_s3_bucket.mwaa_etl_scripts_bucket.arn
150150
mwaa_key_arn = aws_kms_key.mwaa_key.arn
151151
cloudtrail_bucket = module.cloudtrail_storage
152+
additional_glue_database_access = {
153+
read_only = []
154+
read_write = ["metastore"]
155+
}
152156
}
153157

154158
module "department_env_enforcement" {

0 commit comments

Comments
 (0)