Skip to content

Commit 0890c36

Browse files
authored
Merge pull request #32 from scribd/DATAPLAT-278_permissions
DATAPLAT-278: Add glue:UpdateTable permissions to avoid error
2 parents 2f3f3b8 + 9bde44a commit 0890c36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,8 @@ data "aws_iam_policy_document" "glue_create" {
710710
"glue:GetTable",
711711
"glue:GetTables",
712712
"glue:GetPartitions",
713-
"glue:CreateTable"
713+
"glue:CreateTable",
714+
"glue:UpdateTable"
714715
]
715716
resources = [
716717
"arn:aws:glue:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:catalog",

0 commit comments

Comments
 (0)