From 09258a949cfe1efe4cb6aad7c6c7c787892aca13 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Fri, 18 Oct 2024 14:08:41 +0200 Subject: [PATCH] [Doc] Clarify that `graviton` option of `databricks_node_type` could be used on Azure When used on Azure the `databricks_node_type` will search for VMs built on Azure Cobalt CPUs. --- docs/data-sources/node_type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-sources/node_type.md b/docs/data-sources/node_type.md index 43bb36029b..e537a05563 100644 --- a/docs/data-sources/node_type.md +++ b/docs/data-sources/node_type.md @@ -56,7 +56,7 @@ Data source allows you to pick groups by the following attributes * `GPU Accelerated` (AWS, Azure) * `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_. +* `graviton` - (boolean, optional) if we should limit the search only to nodes with AWS Graviton or Azure Cobalt 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_.