Skip to content

Commit be82cb1

Browse files
tanmay-dbrauchy
andauthored
[Internal] Bump Go SDK to latest release + Generate TF Structs (#4645)
## Changes <!-- Summary of your changes that are easy to understand --> Bump Go SDK to latest release + Generate TF Structs ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> CI Tests - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework --------- Co-authored-by: Omer Lachish <[email protected]>
1 parent f77b1a7 commit be82cb1

Some content is hidden

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

59 files changed

+5835
-505
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
31b3fea21dbe5a3a652937691602eb66d6dba30b
1+
05692f4dcf168be190bb7bcda725ee8b368b7ae3

.gitattributes

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,44 @@
11
common/client.go linguist-generated=true
2+
common/commands.go linguist-generated=true
3+
common/constants.go linguist-generated=true
4+
common/customizable_schema.go linguist-generated=true
5+
common/pair.go linguist-generated=true
6+
common/reflect_resource.go linguist-generated=true
7+
common/resource.go linguist-generated=true
8+
common/tracking_context.go linguist-generated=true
29
common/util.go linguist-generated=true
310
internal/providers/common/common.go linguist-generated=true
11+
internal/providers/pluginfw/auto_generation.go linguist-generated=true
12+
internal/providers/pluginfw/autogen/helpers.go linguist-generated=true
413
internal/providers/pluginfw/common/common.go linguist-generated=true
14+
internal/providers/pluginfw/common/complex_field_type_provider.go linguist-generated=true
15+
internal/providers/pluginfw/common/diag_to_string.go linguist-generated=true
16+
internal/providers/pluginfw/common/object_typable.go linguist-generated=true
517
internal/providers/pluginfw/context/context.go linguist-generated=true
18+
internal/providers/pluginfw/converters/go_to_tf.go linguist-generated=true
19+
internal/providers/pluginfw/converters/names.go linguist-generated=true
620
internal/providers/pluginfw/converters/tf_to_go.go linguist-generated=true
721
internal/providers/pluginfw/products/budget_policy/data_budget_policies.go linguist-generated=true
822
internal/providers/pluginfw/products/budget_policy/data_budget_policy.go linguist-generated=true
923
internal/providers/pluginfw/products/budget_policy/resource_budget_policy.go linguist-generated=true
24+
internal/providers/pluginfw/tfschema/attribute_builder.go linguist-generated=true
25+
internal/providers/pluginfw/tfschema/attribute_converter.go linguist-generated=true
26+
internal/providers/pluginfw/tfschema/base_schema_builder.go linguist-generated=true
27+
internal/providers/pluginfw/tfschema/block_builder.go linguist-generated=true
28+
internal/providers/pluginfw/tfschema/bool_attribute.go linguist-generated=true
1029
internal/providers/pluginfw/tfschema/customizable_schema.go linguist-generated=true
30+
internal/providers/pluginfw/tfschema/float64_attribute.go linguist-generated=true
31+
internal/providers/pluginfw/tfschema/int64_attribute.go linguist-generated=true
32+
internal/providers/pluginfw/tfschema/list_attribute.go linguist-generated=true
33+
internal/providers/pluginfw/tfschema/list_nested_attribute.go linguist-generated=true
34+
internal/providers/pluginfw/tfschema/list_nested_block.go linguist-generated=true
35+
internal/providers/pluginfw/tfschema/map_attribute.go linguist-generated=true
36+
internal/providers/pluginfw/tfschema/map_nested_attribute.go linguist-generated=true
37+
internal/providers/pluginfw/tfschema/nested_attribute_object.go linguist-generated=true
38+
internal/providers/pluginfw/tfschema/nested_block_object.go linguist-generated=true
39+
internal/providers/pluginfw/tfschema/single_nested_attribute.go linguist-generated=true
40+
internal/providers/pluginfw/tfschema/single_nested_block.go linguist-generated=true
41+
internal/providers/pluginfw/tfschema/string_attribute.go linguist-generated=true
1142
internal/providers/pluginfw/tfschema/struct_to_schema.go linguist-generated=true
1243
internal/service/apps_tf/legacy_model.go linguist-generated=true
1344
internal/service/apps_tf/model.go linguist-generated=true

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@
2525

2626
* Refactor `databricks_mws_workspaces` resource and datasource, as well as `databricks_mws_ncc_binding`, to use the Go SDK ([#4633](https://github.com/databricks/terraform-provider-databricks/pull/4633)).
2727
* Add `TestMwsAccGcpWorkspaces` and `TestMwsAccGcpByovpcWorkspaces` to flaky test ([#4624](https://github.com/databricks/terraform-provider-databricks/pull/4624)).
28+
* Bump Go SDK to latest release ([#4645](https://github.com/databricks/terraform-provider-databricks/pull/4645))

common/client.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/commands.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/constants.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/customizable_schema.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/pair.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/reflect_resource.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/resource.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)