Skip to content

Commit 029b325

Browse files
authored
Merge pull request #31 from scribd/DATAPLAT-278
DATAPLAT-278: add permissions to create database for glue-create lambda
2 parents 35d325f + 21de7b9 commit 029b325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ data "aws_iam_policy_document" "glue_create" {
724724
actions = [
725725
"glue:GetDatabase",
726726
"glue:GetDatabases",
727+
"glue:CreateDatabase"
727728
]
728729
resources = [
729730
"*"

0 commit comments

Comments
 (0)