Skip to content

Commit e6d1307

Browse files
authored
Update directory.md (#1928)
1 parent eab72bb commit e6d1307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-sources/directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This data source allows to get information about a directory in a Databricks Wor
1010
## Example Usage
1111

1212
```hcl
13-
data "databricks_notebook" "prod" {
13+
data "databricks_directory" "prod" {
1414
path = "/Production"
1515
}
1616
```

0 commit comments

Comments
 (0)