Skip to content

Commit 9bde44a

Browse files
committed
DATAPLAT-278: Add glue:UpdateTable permissions to avoid error: is not authorized to perform: glue:UpdateTable on resource: arn:aws:glue:us-east-2:<id>:catalog
1 parent 2f3f3b8 commit 9bde44a

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)