Skip to content

Commit

Permalink
Allow glue:TagResource
Browse files Browse the repository at this point in the history
  • Loading branch information
madhu-k-sr2 authored and matt-heery committed Oct 15, 2024
1 parent c3787a3 commit 859c1ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions terraform/environments/electronic-monitoring-data/glue_iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@ resource "aws_iam_policy" "glue_user_restricted_notebook_service_role_iam_policy
"*"
]
},
{
"Sid": "NotebookAllowActions4",
"Effect": "Allow",
"Action": [
"glue:TagResource",
"glue:UntagResource"
],
"Resource": [
"*"
]
},
{
"Sid": "NotebookDenyActions",
"Effect": "Deny",
Expand Down

0 comments on commit 859c1ff

Please sign in to comment.