Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.38.2#759

Open
dependabot[bot] wants to merge 7 commits intomainfrom
dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.38.2
Open

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.38.2#759
dependabot[bot] wants to merge 7 commits intomainfrom
dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.38.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.38.2.

Release notes

Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases.

v2.38.2

BUG FIXES:

  • all: Prevent "Missing Resource Identity" error if the resource returned any errors during apply. (#1541)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's changelog.

2.38.2 (February 02, 2026)

BUG FIXES:

  • all: Prevent "Missing Resource Identity" error if the resource returned any errors during apply. (#1541)
Commits
  • e04f990 Update changelog
  • c68987b Update meta package SDKVersion
  • 33cd773 build(deps): bump github.com/hashicorp/copywrite in /tools (#1549)
  • c5a691d build(deps): bump actions/checkout in the github-actions group (#1547)
  • 1344ed8 build(deps): bump actions/setup-go in the github-actions group (#1546)
  • 6e5c549 Prevent "Missing Resource Identity" error if the resource returned any errors...
  • 1ff72b9 build(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 (#1543)
  • c6b8535 [COMPLIANCE] Update Copyright and License Headers (Batch 1 of 1) (#1538)
  • 2281edb build(deps): bump the github-actions group with 2 updates (#1542)
  • 3961287 build(deps): bump golang.org/x/crypto from 0.45.0 to 0.46.0 (#1540)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot bot and others added 6 commits February 2, 2026 10:03
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@9255dc7...cdf6c1f)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8e8c483...de0fac2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt <burythehammer@users.noreply.github.com>
…#750)

* chore: migrating data persistence over to plugin framework

* test: moving test to subfolder
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.38.1 to 2.38.2.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.38.1...v2.38.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-version: 2.38.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: cmk fields now read in from the API, fixing drift and import issues

* ci: do not run smoke tests if pr is draft
* chore: upgrade payment datasource to plugin framework

* test: move to subfolder

* docs: changelog

* refactor: aligning constructor with naming conventions
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 5, 2026
* feat: adding ram_percentage field to the Pro database and Pro subscription

* feat: adding ram_percentage field to the Pro database and Pro subscription

* docs: adding ram_percentage field to the Pro database and Pro subscription

* test: adding CRUDI tests for ram field in Pro Database

* feat: adding ram_percentage field to the Pro database and Pro subscription

* feat: adding ram_percentage field to the Pro database and Pro subscription

* docs: adding ram_percentage field to the Pro database and Pro subscription

* test: adding CRUDI tests for ram field in Pro Database

* fix: fixing lint errors

* test: adding CRUDI tests for ram field in Pro Database

* chore: tidy go.mod

* refactor: remove old .tf test config files

---------

Co-authored-by: Matthew Long <mlo@trifork.com>
@burythehammer burythehammer force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.38.2 branch from bc85108 to e3ee181 Compare February 5, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants