Skip to content

Commit

Permalink
Merge pull request #7152 from ministryofjustice/feature/add-additiona…
Browse files Browse the repository at this point in the history
…l-permissions-to-share-policy-4

MS037 - Adding Missing Permission for Service Role Creation
  • Loading branch information
julialawrence authored Jul 19, 2024
2 parents 0523539 + d63e25c commit 1e354ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/environments/digital-prison-reporting/policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,9 @@ data "aws_iam_policy_document" "analytical_platform_share_policy" {
"lakeformation:BatchRevokePermissions",
"lakeformation:RegisterResource",
"lakeformation:DeregisterResource",
"lakeformation:ListPermissions"
"lakeformation:ListPermissions",
"lakeformation:DescribeResource",

]
resources = [
"arn:aws:lakeformation:${local.current_account_region}:${local.current_account_id}:catalog:${local.current_account_id}"
Expand Down

0 comments on commit 1e354ac

Please sign in to comment.