Skip to content

drewtul/terraform-plugin-testing

This branch is 53 commits behind hashicorp/terraform-plugin-testing:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e23ebc · Nov 19, 2024
Nov 19, 2024
Nov 19, 2024
Aug 8, 2024
Dec 28, 2023
Nov 19, 2024
Nov 15, 2024
Nov 19, 2024
Jul 1, 2024
Nov 15, 2024
Aug 8, 2024
Dec 28, 2023
Jan 15, 2024
Nov 19, 2024
Nov 15, 2024
Nov 19, 2024
Jun 7, 2024
Jun 5, 2023
Jan 27, 2023
Aug 20, 2024
Jun 21, 2024
Nov 19, 2024
Jan 9, 2023
Jun 5, 2023
Sep 9, 2024
Nov 19, 2024
Nov 19, 2024

Repository files navigation

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, Terraform’s 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.22 or later must be used when including this project as a dependency.

Contributing

See .github/CONTRIBUTING.md

License

Mozilla Public License v2.0

About

Module for testing Terraform providers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.1%
  • MDX 11.6%
  • Other 0.3%