Skip to content

Commit fb689c7

Browse files
fix two minor docs typos (#3038)
1 parent 2359eb0 commit fb689c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-sources/node_type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Data source allows you to pick groups by the following attributes
4646
* `min_gpus` - (Optional) Minimum number of GPU's attached to instance. Defaults to *0*.
4747
* `local_disk` - (Optional) Pick only nodes with local storage. Defaults to *false*.
4848
* `local_disk_min_size` - (Optional) Pick only nodes that have size local storage greater or equal to given value. Defaults to *0*.
49-
* `category` - (Optional, case insensitive string) Node category, which can be one of (depending on the cloud environment, could be checked with `databricks clusters list-node-types|jq '.node_types[]|.category'|sort |uniq`):
49+
* `category` - (Optional, case insensitive string) Node category, which can be one of (depending on the cloud environment, could be checked with `databricks clusters list-node-types -o json|jq '.node_types[]|.category'|sort |uniq`):
5050
* `General Purpose` (all clouds)
5151
* `General Purpose (HDD)` (Azure)
5252
* `Compute Optimized` (all clouds)

docs/resources/cluster_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "databricks_cluster_policy" "fair_use" {
5555
name = "${var.team} cluster policy"
5656
definition = jsonencode(merge(local.default_policy, var.policy_overrides))
5757
58-
library {
58+
libraries {
5959
pypi {
6060
package = "databricks-sdk==0.12.0"
6161
// repo can also be specified here

0 commit comments

Comments
 (0)