We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f1cc1 commit 4491b47Copy full SHA for 4491b47
terraform/modules/department/50-aws-iam-policies.tf
@@ -380,11 +380,11 @@ data "aws_iam_policy_document" "glue_access" {
380
actions = [
381
"glue:Batch*",
382
"glue:CheckSchemaVersionValidity",
383
- "glue:CreateDag",
384
"glue:CreateDevEndpoint",
385
"glue:CreateJob",
386
"glue:CreateScript",
387
"glue:CreateSession",
+ "glue:CreatePartition",
388
"glue:DeleteDevEndpoint",
389
"glue:DeleteJob",
390
"glue:DeleteTrigger",
@@ -403,7 +403,6 @@ data "aws_iam_policy_document" "glue_access" {
403
"glue:StopTrigger",
404
"glue:StopWorkflowRun",
405
"glue:TagResource",
406
- "glue:UpdateDag",
407
"glue:UpdateDevEndpoint",
408
"glue:UpdateJob",
409
"glue:UpdateTable",
0 commit comments