Skip to content

Commit

Permalink
Document fleet selector in the databricks_node_type data source (#…
Browse files Browse the repository at this point in the history
…2261)

Document it after it became publicly available
  • Loading branch information
alexott authored May 5, 2023
1 parent e431a01 commit 0139ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/node_type.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Data source allows you to pick groups by the following attributes
* `photon_worker_capable` - (Optional) Pick only nodes that can run Photon workers. Defaults to *false*.
* `photon_driver_capable` - (Optional) Pick only nodes that can run Photon driver. Defaults to *false*.
* `graviton` - (boolean, optional) if we should limit the search only to nodes with AWS Graviton CPUs. Default to *false*.
* `fleet` - (boolean, optional) if we should limit the search only to [AWS fleet instance types](https://docs.databricks.com/compute/aws-fleet-instances.html). Default to *false*.
* `is_io_cache_enabled` - (Optional) . Pick only nodes that have IO Cache. Defaults to *false*.
* `support_port_forwarding` - (Optional) Pick only nodes that support port forwarding. Defaults to *false*.

Expand Down

0 comments on commit 0139ee6

Please sign in to comment.