Skip to content

Commit 3f39d36

Browse files
authored
chore: add code block markers around terraform example
1 parent 669a5c8 commit 3f39d36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/cdktf/python/r/lakeformation_permissions.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ The resulting permissions depend on whether the table had `IAMAllowedPrincipals`
120120

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

123+
```terraform
123124
resource "aws_lakeformation_permissions" "example" {
124125
permissions = ["SELECT"]
125126
principal = "123456789012:IAMPrincipals"
@@ -130,6 +131,7 @@ resource "aws_lakeformation_permissions" "example" {
130131
column_names = ["event"]
131132
}
132133
}
134+
```
133135

134136
## Using Lake Formation Permissions
135137

@@ -331,4 +333,4 @@ The following arguments are optional:
331333

332334
This resource exports no additional attributes.
333335

334-
<!-- cache-key: cdktf-0.20.8 input-2c405703dee16bf8c7ac2afec5d33511359006715bb0227e7fbad5c59234beaf -->
336+
<!-- cache-key: cdktf-0.20.8 input-2c405703dee16bf8c7ac2afec5d33511359006715bb0227e7fbad5c59234beaf -->

0 commit comments

Comments
 (0)