Skip to content

Commit 4491b47

Browse files
Add createpartition permission for ecs (#2145)
* remove non-existent glue actions * add create partition action
1 parent d4f1cc1 commit 4491b47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

terraform/modules/department/50-aws-iam-policies.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,11 @@ data "aws_iam_policy_document" "glue_access" {
380380
actions = [
381381
"glue:Batch*",
382382
"glue:CheckSchemaVersionValidity",
383-
"glue:CreateDag",
384383
"glue:CreateDevEndpoint",
385384
"glue:CreateJob",
386385
"glue:CreateScript",
387386
"glue:CreateSession",
387+
"glue:CreatePartition",
388388
"glue:DeleteDevEndpoint",
389389
"glue:DeleteJob",
390390
"glue:DeleteTrigger",
@@ -403,7 +403,6 @@ data "aws_iam_policy_document" "glue_access" {
403403
"glue:StopTrigger",
404404
"glue:StopWorkflowRun",
405405
"glue:TagResource",
406-
"glue:UpdateDag",
407406
"glue:UpdateDevEndpoint",
408407
"glue:UpdateJob",
409408
"glue:UpdateTable",

0 commit comments

Comments
 (0)