Pieter Noordhuis
21d27885dc
Upgrade TF provider to 1.58.0 ( #1900 )
...
## Changes
Notable changes:
* Adds support for `restart_window` for pipelines.
* Fix drift for pipelines where `catalog` contains uppercase characters.
* Better error message if single-node job clusters are incorrectly configured.
See:
* https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.58.0
* https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.57.0
* https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.56.0
* https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.55.0
## Tests
Integration tests pass.
2024-11-14 14:00:15 +01:00
Pieter Noordhuis
ae568743c5
Upgrade TF provider to 1.53.0 ( #1815 )
...
## Changes
See
https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.53.0
## Tests
Integration tests pass.
2024-10-08 11:41:32 +00:00
Pieter Noordhuis
6b3d33a846
Upgrade TF provider to 1.50.0 ( #1681 )
...
## Changes
See
https://github.com/databricks/terraform-provider-databricks/pull/3900
## Tests
* Manually test on a bundle with a pipeline and a schema
* Integration tests pass
2024-08-15 12:43:39 +00:00
Alex Moschos
ecba875fe5
Regenerate TF schema ( #1635 )
...
## Changes
- Regenerate TF schema for CLI. Due to an issue the previous generation
missed some TF changes.
2024-07-30 10:13:05 +00:00
Andrew Nester
90aaf2d20f
Upgrade TF provider to 1.49.1 ( #1626 )
...
## Changes
Upgrade TF provider to 1.49.1
2024-07-25 14:18:49 +00:00
Pieter Noordhuis
52ca599cd5
Upgrade TF provider to 1.49.0 ( #1617 )
...
## Changes
This includes a fix for model serving endpoints.
See
https://github.com/databricks/terraform-provider-databricks/pull/3690 .
## Tests
n/a
2024-07-23 16:15:02 +00:00
Pieter Noordhuis
364a609ea7
Upgrade TF provider to 1.46.0 ( #1460 )
...
## Changes
Release notes in
https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.46.0
Notable changes since 1.43.0:
* The job resource has been migrated to the Go SDK. More fields are now
passed through from DABs into TF.
* Improved zero-value handling.
## Tests
n/a
2024-05-31 07:13:43 +00:00
Andrew Nester
a393c87ed9
Upgrade TF provider to 1.42.0 ( #1418 )
...
## Changes
Upgrade TF provider to 1.42.0
Also fixes #1258
2024-05-06 11:41:37 +00:00
shreyas-goenka
7d1bab7cf0
Bump internal terraform provider version to `1.39` ( #1339 )
2024-04-05 14:49:04 +00:00
Andrew Nester
1dbc086e5a
Upgrade Terraform provider to 1.37.0 ( #1235 )
...
## Changes
Upgrade Terraform provider to 1.37.0
Currently we're using 1.36.2 version which uses Go SDK 0.30 which does
not have U2M enabled for all clouds.
Upgrading to 1.37.0 allows TF provider (and thus DABs) to use U2M
Fixes #1231
2024-02-23 10:41:42 +00:00
Pieter Noordhuis
788ec81785
Use `any` as type for data sources and resources in `tf/schema` ( #1216 )
...
## Changes
We plan to use the any-equivalent of a `dyn.Value` such that we can use
variable references for non-string fields (e.g.
`${databricks_job.some_job.id}` where an integer is expected), as well
as properly emit zero values for primitive types (e.g. 0 for integers or
false for booleans).
This change is in preparation for the above.
## Tests
Unit tests.
2024-02-16 12:46:24 +00:00
Pieter Noordhuis
ffae10d904
Bump Terraform provider to v1.36.2 ( #1215 )
...
## Changes
* Update `go.mod` with latest dependencies
* Update `go.mod` to require Go 1.21 to match root `go.mod`
* Regenerate structs for Terraform provider v1.36.2
## Tests
n/a
2024-02-16 07:05:45 +00:00
shreyas-goenka
b479a7cf67
Upgrade Terraform schema version to v1.31.1 ( #1055 )
...
Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
2023-12-11 21:53:21 +00:00
shreyas-goenka
bb662fadbb
Bump Terraform provider to v1.29.0 ( #926 )
...
This PR:
1. Regenerates go structs using provider version 1.29
2. Adds QOL autogenerated diff labels for github
3. Adds a small SOP for doing the tf provider bump for go structs
2023-10-27 09:16:41 +00:00
Pieter Noordhuis
b940c8631e
Bump Terraform provider to v1.28.0 ( #871 )
...
## Changes
Regenerate structs for Terraform provider v1.28.0
([release](https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.28.0 )).
## Tests
n/a
2023-10-16 12:52:16 +00:00
shreyas-goenka
ce9c9148c9
Regenerate bundle resource structs from latest terraform provider ( #633 )
...
## Changes
This PR:
1. Regenerates the terraform provider structs based off the latest
terraform provider version: 1.22.0
2. Adds a debug launch configuration for regenerating the schema
## Tests
Existing unit tests
2023-08-03 11:20:30 +00:00
Pieter Noordhuis
b6665f4b30
Update Terraform provider schema structs ( #563 )
...
## Changes
Generated from 47857a63c7242fc43aba833cdd28b222fd25c399 (next release
after 1.20).
## Tests
The change is additive and unit tests pass.
2023-07-07 14:52:41 +02:00
stikkireddy
ddeb7487b3
Update Terraform provider schema structs ( #504 )
...
## Changes
Generated from provider version 1.19.0.
## Tests
Ran the existing unit tests and they seemed to have checked out.
2023-06-21 08:40:11 +02:00
Andrew Nester
273271bc59
Regenerated internal schema structs based on Terraform provider schemas ( #401 )
...
## Changes
Regenerated internal schema structs based on Terraform provider schemas
Allows to use `serverless` flag in bundle config.
## Tests
Ran `cli bundle deploy` with bundle which contains pipeline with
serverless key true
2023-05-23 19:33:24 +02:00
Pieter Noordhuis
077ab8b864
Update Terraform provider schema structs ( #265 )
...
Generated from provider version 1.13.0.
2023-03-20 17:22:55 +01:00
Pieter Noordhuis
ff89c9d06f
Generate equivalent Go types from Terraform provider schema ( #122 )
...
It contains:
* `codegen` -- this turns the schema of the Databricks Terraform provider into Go types.
* `schema` -- the output of the above.
2022-12-06 16:26:19 +01:00