No description
Find a file
dependabot[bot] 8ac77729d0
build(deps): Bump github.com/hashicorp/copywrite in /tools (#637)
Bumps [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite) from 0.25.1 to 0.25.2.
- [Release notes](https://github.com/hashicorp/copywrite/releases)
- [Commits](https://github.com/hashicorp/copywrite/compare/v0.25.1...v0.25.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/copywrite
  dependency-version: 0.25.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>
2026-03-30 11:07:26 -04:00
.changes Single Workspace Skip - DefaultWorkspaceOnly (#633) 2026-03-26 11:37:13 -04:00
.github [Chore] Upgrade Go version to 1.25 (#629) 2026-03-05 14:40:24 -05:00
compare build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.1 in /tools (#601) 2026-02-05 11:17:22 -05:00
config build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.1 in /tools (#601) 2026-02-05 11:17:22 -05:00
echoprovider Update downstream dependencies and implement GenerateResourceConfig RPC (#630) 2026-03-10 10:18:06 -04:00
helper Single Workspace Skip - DefaultWorkspaceOnly (#633) 2026-03-26 11:37:13 -04:00
internal Update downstream dependencies and implement GenerateResourceConfig RPC (#630) 2026-03-10 10:18:06 -04:00
knownvalue build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.1 in /tools (#601) 2026-02-05 11:17:22 -05:00
META.d Remove unused code from internal/logging (#492) 2025-04-29 07:57:30 -04:00
plancheck build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.1 in /tools (#601) 2026-02-05 11:17:22 -05:00
querycheck query: introduce new ExpectLengthForMultiple query check (#607) 2026-03-23 09:26:59 -04:00
statecheck build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.1 in /tools (#601) 2026-02-05 11:17:22 -05:00
terraform fix golangci-lint by running 'golangci-lint run --fix' (#616) 2026-02-19 08:42:38 -05:00
tfjsonpath build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.1 in /tools (#601) 2026-02-05 11:17:22 -05:00
tfversion build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.1 in /tools (#601) 2026-02-05 11:17:22 -05:00
tools build(deps): Bump github.com/hashicorp/copywrite in /tools (#637) 2026-03-30 11:07:26 -04:00
.changie.yaml [CI] terraform-devex-repos automation 2024-06-07 16:23:03 -04:00
.copywrite.hcl Remove unused code from internal/logging (#492) 2025-04-29 07:57:30 -04:00
.gitignore Add necessary website files (#35) 2023-01-27 12:16:32 -05:00
.golangci.yml SEC-090: Automated trusted workflow pinning (2025-03-31) (#472) 2025-04-02 09:55:24 +02:00
.goreleaser.yml chore: Add prerelease: auto for future pre-releases (#458) 2025-03-18 16:40:59 -04:00
CHANGELOG.md Update changelog 2026-03-10 14:20:15 +00:00
go.mod build(deps): Bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 (#640) 2026-03-30 10:59:33 -04:00
go.sum build(deps): Bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 (#640) 2026-03-30 10:59:33 -04:00
LICENSE build(deps): Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.1 in /tools (#601) 2026-02-05 11:17:22 -05:00
Makefile [COMPLIANCE] Add copyright and license headers (#130) 2023-06-05 09:28:06 -04:00
README.md [Chore] Upgrade Go version to 1.25 (#629) 2026-03-05 14:40:24 -05:00

PkgGoDev

terraform-plugin-testing

terraform-plugin-testing is a helper module for testing Terraform providers. Terraform acceptance tests use real Terraform configurations to exercise the code in real plan, apply, refresh, and destroy life cycles. When run from the root of a Terraform Provider codebase, Terraforms testing framework compiles the current provider in-memory and executes the provided configuration in developer defined steps, creating infrastructure along the way.

Go Compatibility

This project follows the support policy of Go as its support policy. The two latest major releases of Go are supported by the project.

Currently, that means Go 1.25 or later must be used when including this project as a dependency.

Documentation

Visit the Testing Terraform Plugins docs to learn about how to best use this helper module.

Contributing

See .github/CONTRIBUTING.md

License

Mozilla Public License v2.0