Skip to content

Commit b4c073e

Browse files
committed
NRL-1187 update glue iam role
1 parent 437e74a commit b4c073e

File tree

1 file changed

+12
-0
lines changed
  • terraform/account-wide-infrastructure/modules/glue

1 file changed

+12
-0
lines changed

terraform/account-wide-infrastructure/modules/glue/iam.tf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ data "aws_iam_policy_document" "glue_service" {
6868

6969
effect = "Allow"
7070
}
71+
72+
statement {
73+
actions = [
74+
"glue: *",
75+
]
76+
77+
resources = [
78+
"*"
79+
]
80+
81+
effect = "Allow"
82+
}
7183
}
7284

7385
resource "aws_iam_policy" "glue_service" {

0 commit comments

Comments
 (0)