You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
* Fixed issue at `databricks_mount` where new cluster was created for S3 mount even when `cluster_id` was specified ([#1064](https://github.com/databrickslabs/terraform-provider-databricks/issues/1064)).
7
7
* Allow to disable auto-termination for Databricks SQL endpoints ([#900](https://github.com/databrickslabs/terraform-provider-databricks/pull/900)).
8
8
* Added new `gcp_attributes` to `databricks_cluster` and `databricks_instance_pool` ([#1126](https://github.com/databrickslabs/terraform-provider-databricks/pull/1126)).
9
+
* Added exporter functionality for `databricks_ip_access_list` and `databricks_workspace_conf` ([#1125](https://github.com/databrickslabs/terraform-provider-databricks/pull/1125)).
10
+
* Added `graviton` selector for `databricks_node_type` and `databricks_spark_version` data sources ([#1127](https://github.com/databrickslabs/terraform-provider-databricks/pull/1127)).
Data source allows you to pick groups by the following attributes:
42
42
43
-
*`latest` - (boolean, optional) if we should return only the latest version if there is more than one result. Default to `true`. If set to `false` and multiple versions are matching, throws an error
44
-
*`long_term_support` - (boolean, optional) if we should limit the search only to LTS (long term support) & ESR (extended support) versions. Default to `false`
45
-
*`ml` - (boolean, optional) if we should limit the search only to ML runtimes. Default to `false`
46
-
*`genomics` - (boolean, optional) if we should limit the search only to Genomics (HLS) runtimes. Default to `false`
47
-
*`gpu` - (boolean, optional) if we should limit the search only to runtimes that support GPUs. Default to `false`
48
-
*`photon` - (boolean, optional) if we should limit the search only to Photon runtimes. Default to `false`
49
-
*`beta` - (boolean, optional) if we should limit the search only to runtimes that are in Beta stage. Default to `false`
50
-
*`scala` - (string, optional) if we should limit the search only to runtimes that are based on specific Scala version. Default to `2.12`
51
-
*`spark_version` - (string, optional) if we should limit the search only to runtimes that are based on specific Spark version. Default to empty string. It could be specified as `3`, or `3.0`, or full version, like, `3.0.1`
43
+
*`latest` - (boolean, optional) if we should return only the latest version if there is more than one result. Default to `true`. If set to `false` and multiple versions are matching, throws an error.
44
+
*`long_term_support` - (boolean, optional) if we should limit the search only to LTS (long term support) & ESR (extended support) versions. Default to `false`.
45
+
*`ml` - (boolean, optional) if we should limit the search only to ML runtimes. Default to `false`.
46
+
*`genomics` - (boolean, optional) if we should limit the search only to Genomics (HLS) runtimes. Default to `false`.
47
+
*`gpu` - (boolean, optional) if we should limit the search only to runtimes that support GPUs. Default to `false`.
48
+
*`photon` - (boolean, optional) if we should limit the search only to Photon runtimes. Default to `false`.
49
+
*`graviton` - (boolean, optional) if we should limit the search only to runtimes supporting AWS Graviton CPUs. Default to `false`.
50
+
*`beta` - (boolean, optional) if we should limit the search only to runtimes that are in Beta stage. Default to `false`.
51
+
*`scala` - (string, optional) if we should limit the search only to runtimes that are based on specific Scala version. Default to `2.12`.
52
+
*`spark_version` - (string, optional) if we should limit the search only to runtimes that are based on specific Spark version. Default to empty string. It could be specified as `3`, or `3.0`, or full version, like, `3.0.1`.
0 commit comments