Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document fleet selector in the databricks_node_type data source #2261

Merged
merged 1 commit into from
May 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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