Commit b0a2a1c
authored
[Fix] Move Spark Version selector defaults to Terraform (#5219)
## Changes
<!-- Summary of your changes that are easy to understand -->
Move defaults for `databricks_spark_version` data source from Go SDK to
the Terraform. First part of #5218 work - after new Go SDK is merged,
we'll need to change Scala default to `2.1`.
Related to databricks/databricks-sdk-go#1331
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [ ] relevant change in `docs/` folder
- [x] covered with integration tests in `internal/acceptance`
- [x] using Go SDK
- [x] using TF Plugin Framework
- [x] has entry in `NEXT_CHANGELOG.md` file1 parent fe7c2e4 commit b0a2a1c
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
0 commit comments