Skip to content

Commit c92a5f3

Browse files
authored
Bump Terraform provider to v1.113.0 (#4991)
## Why Keep the CLI's Terraform schema in sync with the latest provider release ([v1.113.0](https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.113.0)). ## Changes Bumps the provider version from 1.111.0 to 1.113.0 and regenerates the Go schema types using `go run .` in `bundle/internal/tf/codegen`. New data sources and resources added: - `environments_default_workspace_base_environment` - `environments_workspace_base_environment(s)` - `postgres_catalog` - `postgres_role(s)` - `postgres_synced_table` ## Test plan - [x] `make checks` passes - [ ] Existing unit/acceptance tests pass in CI
1 parent f711183 commit c92a5f3

88 files changed

Lines changed: 2644 additions & 643 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

acceptance/bundle/deployment/bind/dashboard/recreation/out.state_after_bind.terraform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dataset_catalog": null,
2121
"dataset_schema": null,
2222
"display_name": "test dashboard [UNIQUE_NAME]",
23-
"embed_credentials": null,
23+
"embed_credentials": false,
2424
"etag": [ETAG],
2525
"file_path": null,
2626
"id": "[DASHBOARD_ID]",

acceptance/bundle/migrate/basic/out.original_state.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"tags": null,
7979
"task": [
8080
{
81+
"alert_task": [],
8182
"clean_rooms_notebook_task": [],
8283
"compute": [],
8384
"condition_task": [],

acceptance/bundle/migrate/default-python/out.state_original.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
},
142142
"task": [
143143
{
144+
"alert_task": [],
144145
"clean_rooms_notebook_task": [],
145146
"compute": [],
146147
"condition_task": [],
@@ -207,6 +208,7 @@
207208
"webhook_notifications": []
208209
},
209210
{
211+
"alert_task": [],
210212
"clean_rooms_notebook_task": [],
211213
"compute": [],
212214
"condition_task": [],
@@ -283,6 +285,7 @@
283285
"webhook_notifications": []
284286
},
285287
{
288+
"alert_task": [],
286289
"clean_rooms_notebook_task": [],
287290
"compute": [],
288291
"condition_task": [],

acceptance/bundle/migrate/permissions/out.original_state.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"tags": null,
7979
"task": [
8080
{
81+
"alert_task": [],
8182
"clean_rooms_notebook_task": [],
8283
"compute": [],
8384
"condition_task": [],

acceptance/bundle/migrate/runas/out.create_requests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"headers": {
33
"User-Agent": [
4-
"databricks-tf-provider/1.111.0 databricks-sdk-go/[SDK_VERSION] go/1.24.0 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/pipeline auth/pat"
4+
"databricks-tf-provider/1.113.0 databricks-sdk-go/[SDK_VERSION] go/1.24.0 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/pipeline auth/pat"
55
]
66
},
77
"method": "POST",
@@ -32,7 +32,7 @@
3232
{
3333
"headers": {
3434
"User-Agent": [
35-
"databricks-tf-provider/1.111.0 databricks-sdk-go/[SDK_VERSION] go/1.24.0 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/permissions auth/pat"
35+
"databricks-tf-provider/1.113.0 databricks-sdk-go/[SDK_VERSION] go/1.24.0 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/permissions auth/pat"
3636
]
3737
},
3838
"method": "PUT",

acceptance/bundle/resource_deps/bad_ref_string_to_int/out.requests.txt

Lines changed: 0 additions & 32 deletions
This file was deleted.

acceptance/bundle/resource_deps/bad_ref_string_to_int/test.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
RecordRequests = false
2+
13
[Env]
24
DATABRICKS_CACHE_ENABLED = 'false'
35

acceptance/bundle/resources/postgres_projects/update_display_name/out.requests.restore.terraform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"method": "PATCH",
77
"path": "/api/2.0/postgres/[MY_PROJECT_ID]",
88
"q": {
9-
"update_mask": "initial_endpoint_spec,spec"
9+
"update_mask": "spec"
1010
},
1111
"body": {
1212
"name": "[MY_PROJECT_ID]",

acceptance/bundle/resources/postgres_projects/update_display_name/out.requests.update.terraform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"method": "PATCH",
77
"path": "/api/2.0/postgres/[MY_PROJECT_ID]",
88
"q": {
9-
"update_mask": "initial_endpoint_spec,spec"
9+
"update_mask": "spec"
1010
},
1111
"body": {
1212
"name": "[MY_PROJECT_ID]",

acceptance/bundle/state/state_present/output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Updating deployment state...
88
Deployment complete!
99

1010
>>> print_requests.py //api/2.1/unity-catalog/schemas
11-
"databricks-tf-provider/1.111.0 databricks-sdk-go/[SDK_VERSION] go/1.24.0 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/schema auth/pat"
11+
"databricks-tf-provider/1.113.0 databricks-sdk-go/[SDK_VERSION] go/1.24.0 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/schema auth/pat"
1212

1313
>>> DATABRICKS_BUNDLE_ENGINE= [CLI] bundle deploy
1414
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle/default/files...
@@ -17,7 +17,7 @@ Updating deployment state...
1717
Deployment complete!
1818

1919
>>> print_requests.py --get //api/2.1/unity-catalog/schemas
20-
"databricks-tf-provider/1.111.0 databricks-sdk-go/[SDK_VERSION] go/1.24.0 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/schema auth/pat"
20+
"databricks-tf-provider/1.113.0 databricks-sdk-go/[SDK_VERSION] go/1.24.0 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/schema auth/pat"
2121

2222
=== Adding resources.json with lower serial does not change anything
2323
>>> DATABRICKS_BUNDLE_ENGINE=direct [CLI] bundle plan

0 commit comments

Comments
 (0)