Skip to content

Commit 669a5c8

Browse files
authored
chore: add code block marker around terraform example code
Added code block markers around Terraform code example for Lake Formation permissions.
1 parent 854cdb7 commit 669a5c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/lakeformation_permissions.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ The resulting permissions depend on whether the table had `IAMAllowedPrincipals`
9191

9292
AllIAMPrincipals is a pseudo-entity group that acts like a Lake Formation principal. The group includes all IAMs in the account that is defined.
9393

94+
```terraform
9495
resource "aws_lakeformation_permissions" "example" {
9596
permissions = ["SELECT"]
9697
principal = "123456789012:IAMPrincipals"
@@ -101,6 +102,7 @@ resource "aws_lakeformation_permissions" "example" {
101102
column_names = ["event"]
102103
}
103104
}
105+
```
104106

105107
## Using Lake Formation Permissions
106108

0 commit comments

Comments
 (0)