Skip to content

Commit

Permalink
Merge pull request #7546 from ministryofjustice/fix/make-ui-role-data…
Browse files Browse the repository at this point in the history
…lake-admin

APC: APUI Role added as LF Admin
  • Loading branch information
julialawrence authored Aug 19, 2024
2 parents 14003db + 5486eea commit 1fc339e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resource "aws_lakeformation_data_lake_settings" "main" {
admins = [data.aws_iam_session_context.current.issuer_arn, module.lake_formation_share_role.iam_role_arn]
admins = [data.aws_iam_session_context.current.issuer_arn, module.lake_formation_share_role.iam_role_arn, module.analytical_platform_ui_service_role.iam_role_arn]
}

0 comments on commit 1fc339e

Please sign in to comment.