Skip to content

Commit 7996f9f

Browse files
add GetTags action (#2496)
1 parent ed4f4fe commit 7996f9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ data "aws_iam_policy_document" "read_only_glue_access" {
223223
"glue:GetWorkflowRun",
224224
"glue:GetWorkflowRuns",
225225
"glue:ListWorkflows",
226+
"glue:GetTags",
226227
"glue:CheckSchemaVersionValidity",
227228
]
228229
resources = ["*"]
@@ -620,6 +621,7 @@ data "aws_iam_policy_document" "glue_access" {
620621
"glue:StopCrawlerSchedule",
621622
"glue:StopTrigger",
622623
"glue:StopWorkflowRun",
624+
"glue:GetTags",
623625
"glue:TagResource",
624626
"glue:UpdateDevEndpoint",
625627
"glue:UpdateJob",

0 commit comments

Comments
 (0)