Skip to content

Commit 4085bea

Browse files
authored
Merge pull request #44549 from ksaifullah/patch-1
chore: add code block marker around terraform example code
2 parents 854cdb7 + 3f39d36 commit 4085bea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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 -->

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)