Skip to content

Commit

Permalink
docs/r/lakeformation_permissions: Remove errants ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Jul 8, 2021
1 parent ad016d2 commit 8b7cb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/lakeformation_permissions.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Grants permissions to the principal to access metadata in the Data Catalog and d
When using Lake Formation, choose ONE of the following options as they are mutually exclusive:

1. Use this resource (`aws_lakeformation_permissions`), change the default security settings using [`aws_lakeformation_data_lake_settings`](/docs/providers/aws/r/lakeformation_data_lake_settings.html), and remove existing `IAMAllowedPrincipals` permissions
2. Use `IAMAllowedPrincipals` without `aws_lakeformation_permissions` ```
2. Use `IAMAllowedPrincipals` without `aws_lakeformation_permissions`

This example shows removing the `IAMAllowedPrincipals` default security settings and making the caller a Lake Formation admin. Since `create_database_default_permissions` and `create_table_default_permissions` are not set in the [`aws_lakeformation_data_lake_settings`](/docs/providers/aws/r/lakeformation_data_lake_settings.html) resource, they are cleared.

Expand Down

0 comments on commit 8b7cb8e

Please sign in to comment.