Skip to content

Commit

Permalink
APUI Role added as LF Admin
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Aug 19, 2024
1 parent 14003db commit 5486eea
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 5486eea

Please sign in to comment.