Skip to content

Commit b4dd9b0

Browse files
committed
grand D&I the read permission
1 parent dc825b7 commit b4dd9b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

terraform/core/05-departments.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ module "department_data_and_insight" {
165165
paths = []
166166
actions = ["s3:Get*", "s3:List*", ]
167167
},
168+
{
169+
bucket_arn = module.datahub_config.bucket_arn
170+
kms_key_arn = module.datahub_config.kms_key_arn
171+
paths = []
172+
actions = ["s3:Get*", "s3:List*", ]
173+
},
168174
]
169175
}
170176

0 commit comments

Comments
 (0)