Skip to content

fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.16.0 - #123

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-hashicorp-terraform-plugin-testing-1.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-hashicorp-terraform-plugin-testing-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hashicorp/terraform-plugin-testing v1.14.0v1.16.0 age adoption passing confidence

Release Notes

hashicorp/terraform-plugin-testing (github.com/hashicorp/terraform-plugin-testing)

v1.16.0

Compare Source

FEATURES:

  • querycheck: Add new ExpectTotalLengthForMatching querycheck for validating the number of found resources for multiple list blocks (#​607)
  • helper/resource: Added new GenerateConfig testing mode to TestStep which can be used to test the generated resource configuration during ImportState testing mode. (#​638)

ENHANCEMENTS:

  • helper/resource: Added DefaultWorkspaceOnly to enable testing state store implementations that don't support multiple workspaces. This is achieved by only running Terraform commands with the default workspace. (#​633)

BUG FIXES:

  • querycheck: Fix behaviour of ExpectLength querycheck to match on the provided resource address before comparing the count (#​604)
  • querycheck: Fix behaviour of ExpectLengthAtLeast querycheck to match on the provided resource address before comparing the count (#​607)
  • dep: updated hc-install dependency to 0.9.4 to prevent openpgp key expiration errors. (#​647)

v1.15.0

Compare Source

NOTES:

  • This Go module has been updated to Go 1.25 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​629)

FEATURES:

  • helper/resource: Added new StateStore testing mode to TestStep, which can be used to smoke test Terraform state storage. (#​591)

BUG FIXES:

  • helper/resource: Test steps in Config mode using Destroy: true and Check functions will now create an additional destroy plan prior to running terraform apply to avoid a potential "Saved Plan is Stale" error from Terraform. (#​602)
  • helper/resource: Test steps in Config mode using the TF_ACC_REFRESH_AFTER_APPLY compatibility flag will not refresh if ExpectNonEmptyPlan is true. (#​602)

v1.14.1

Compare Source

BUG FIXES:

  • Backport: Remove the redundant post-apply refresh triggered by resource/refreshAfterApply so acceptance tests avoid an extra refresh cycle. (#​641)

Configuration

📅 Schedule: (in timezone Australia/Melbourne)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 4, 2026
@renovate

renovate Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate
renovate Bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-testing-1.x branch from 70fbbb2 to 3569d8c Compare September 4, 2026 18:50
@renovate

renovate Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.8
github.com/hashicorp/terraform-plugin-go v0.30.0 -> v0.31.0
github.com/ProtonMail/go-crypto v1.1.6 -> v1.4.1
github.com/agext/levenshtein v1.2.2 -> v1.2.3
github.com/hashicorp/go-version v1.7.0 -> v1.9.0
github.com/hashicorp/hc-install v0.9.2 -> v0.9.4
github.com/hashicorp/terraform-exec v0.24.0 -> v0.25.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.40.0
github.com/hashicorp/terraform-svchost v0.1.1 -> v0.2.1
github.com/oklog/run v1.1.0 -> v1.2.0
github.com/zclconf/go-cty v1.17.0 -> v1.18.1
golang.org/x/crypto v0.46.0 -> v0.50.0
golang.org/x/mod v0.30.0 -> v0.35.0
golang.org/x/net v0.48.0 -> v0.52.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.39.0 -> v0.43.0
golang.org/x/text v0.32.0 -> v0.36.0
golang.org/x/tools v0.39.0 -> v0.43.0

@renovate
renovate Bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-testing-1.x branch from 3569d8c to 2a57aaf Compare September 4, 2026 20:58
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants