Skip to content

Commit

Permalink
add GetCrawler action to permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Nov 29, 2023
1 parent 9aeef14 commit 25bec05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/core/13-mssql-ingestion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ data "aws_iam_policy_document" "academy_step_functions_policy" {
"glue:GetJobRun",
"glue:GetJobRuns",
"glue:BatchStopJobRun",
"glue:StartCrawler"
"glue:StartCrawler",
"glue:GetCrawler"
]
resources = ["*"]
}
Expand Down

0 comments on commit 25bec05

Please sign in to comment.