Skip to content

Commit

Permalink
Add parameters example
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Oct 21, 2024
1 parent 0d18eae commit 70c8c20
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/r/lakeformation_data_lake_settings.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ resource "aws_lakeformation_data_lake_settings" "example" {
}
```

### Change Cross Account Version

```terraform
resource "aws_lakeformation_data_lake_settings" "example" {
parameters = {
"CROSS_ACCOUNT_VERSION" = "3"
}
}
```

## Argument Reference

The following arguments are optional:
Expand Down

0 comments on commit 70c8c20

Please sign in to comment.