Skip to content

Commit a3cc8a6

Browse files
authored
Fix docs in metastore databricks_grants example (#3239)
1 parent c87b9fe commit a3cc8a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/grants.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ You can grant `CREATE_CATALOG`, `CREATE_CONNECTION`, `CREATE_EXTERNAL_LOCATION`,
3535

3636
```hcl
3737
resource "databricks_grants" "sandbox" {
38+
metastore = "metastore_id"
3839
grant {
3940
principal = "Data Engineers"
4041
privileges = ["CREATE_CATALOG", "CREATE_EXTERNAL_LOCATION"]

0 commit comments

Comments
 (0)