Skip to content

Commit 21de7b9

Browse files
committed
DATAPLAT-278: add permissions to create database for glue-create lambda
1 parent 35d325f commit 21de7b9

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)