Skip to content

🌱 Bump github.com/hashicorp/terraform-plugin-testing from 1.13.0 to 1.14.0#1762

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/hashicorp/terraform-plugin-testing-1.14.0
Open

🌱 Bump github.com/hashicorp/terraform-plugin-testing from 1.13.0 to 1.14.0#1762
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/hashicorp/terraform-plugin-testing-1.14.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps github.com/hashicorp/terraform-plugin-testing from 1.13.0 to 1.14.0.

Release notes

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

v1.14.0

FEATURES:

  • queryfilter: Introduces new queryfilter package with interface and built-in query check filtering functionality. (#573)
  • querycheck: Adds ExpectResourceDisplayName query check to assert a display name value on a filtered query result. (#573)
  • querycheck: Adds ExpectResourceKnownValues query check to assert resource values on a filtered query result. (#583)

ENHANCEMENTS:

  • helper/resource: Adds PostApplyFunc test step hook to run generic post-apply logic for plan/apply testing. (#566)

v1.14.0-beta.1

NOTES:

  • Adds an opt-in compatibility flag for config mode tests to unlock upgrade from v1.5.1 to latest for specific providers. (#496)
  • This beta pre-release adds a new query mode to support testing for list blocks which can be used with Terraform v1.14+ (#531)
  • all: This Go module has been updated to Go 1.24 per the Go support policy. It is recommended to review the Go 1.24 release notes before upgrading. (#551)

v1.13.3

NOTES:

  • Adds an opt-in compatibility flag for config mode tests to unlock upgrade from v1.5.1 to latest for specific providers. (#496)

v1.13.2

BUG FIXES:

  • helper/resource: Updated ImportBlockWith* import state modes to use the ExpectNonEmpty field to allow non-empty import plans to pass successfully. (#518)
  • helper/resource: Fixed bug with import state mode where prior test config is not used for ConfigFile or ConfigDirectory (#516)

v1.13.1

BUG FIXES:

  • echoprovider: Fixed bug where Terraform v1.12+ would return an error message indicating the provider doesn't support GetResourceIdentitySchemas. (#512)
Changelog

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

1.14.0 (December 03, 2025)

FEATURES:

  • queryfilter: Introduces new queryfilter package with interface and built-in query check filtering functionality. (#573)
  • querycheck: Adds ExpectResourceDisplayName query check to assert a display name value on a filtered query result. (#573)
  • querycheck: Adds ExpectResourceKnownValues query check to assert resource values on a filtered query result. (#583)

ENHANCEMENTS:

  • helper/resource: Adds PostApplyFunc test step hook to run generic post-apply logic for plan/apply testing. (#566)

1.14.0-beta.1 (September 18, 2025)

NOTES:

  • Adds an opt-in compatibility flag for config mode tests to unlock upgrade from v1.5.1 to latest for specific providers. (#496)
  • This beta pre-release adds a new query mode to support testing for list blocks which can be used with Terraform v1.14+ (#531)
  • all: This Go module has been updated to Go 1.24 per the Go support policy. It is recommended to review the Go 1.24 release notes before upgrading. (#551)

1.13.2 (June 11, 2025)

BUG FIXES:

  • helper/resource: Updated ImportBlockWith* import state modes to use the ExpectNonEmpty field to allow non-empty import plans to pass successfully. (#518)
  • helper/resource: Fixed bug with import state mode where prior test config is not used for ConfigFile or ConfigDirectory (#516)

1.13.1 (May 21, 2025)

BUG FIXES:

  • echoprovider: Fixed bug where Terraform v1.12+ would return an error message indicating the provider doesn't support GetResourceIdentitySchemas. (#512)
Commits
  • 1d62277 Update changelog
  • 4fba753 Update ExpectKnownValue query check to use queryfilter and accept multipl...
  • b176f5b Add queryfilter package and ExpectResourceDisplayName query check (#573)
  • f696cc9 build(deps): Bump the github-actions group with 3 updates (#581)
  • 1c1f594 build(deps): Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /tools (#578)
  • d27b48d build(deps): Bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#579)
  • 86601b0 build(deps): Bump golang.org/x/crypto from 0.43.0 to 0.44.0 (#575)
  • 3bb9253 Use tfsdklog.ContextWithTestLogging (#574)
  • 926d699 build(deps): Bump golangci/golangci-lint-action (#572)
  • 203e6cc query: refactor query test step logic into testStepNewQuery() (#568)
  • 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)

Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-testing@v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-testing
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Feb 22, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 22, 2026 06:22
@dependabot dependabot bot added the go Pull requests that update Go code label Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go Pull requests that update Go code size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants