Skip to content

Commit 224a1fd

Browse files
committed
NRL-1187 update glue iam role
1 parent b4c073e commit 224a1fd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ data "aws_iam_policy_document" "glue_service" {
7171

7272
statement {
7373
actions = [
74-
"glue: *",
74+
"glue:*",
7575
]
7676

7777
resources = [

0 commit comments

Comments
 (0)