Skip to content

Commit 524554e

Browse files
author
maicon.rocha@dnx.solutions
committed
add glue:BatchDeletePartition permission to MWAA
1 parent a1f65a8 commit 524554e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mwaa-iam.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ data "aws_iam_policy_document" "mwaa_policy" {
118118
"glue:GetTable",
119119
"glue:GetDatabase",
120120
"glue:GetPartitions",
121-
"glue:BatchCreatePartition"
121+
"glue:BatchCreatePartition",
122+
"glue:BatchDeletePartition"
122123
]
123124
resources = [
124125
"*"

0 commit comments

Comments
 (0)