mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Update website/docs/language/tests/index.mdx
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
This commit is contained in:
parent
8f054ca1b8
commit
6c56365855
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ description: >-
|
|||
|
||||
-> **Note:** This testing framework is available in Terraform v1.6.0 and later.
|
||||
|
||||
Terraform tests let authors validate that updates to module configuration do not introduce breaking changes. Tests run against test-specific, short-lived resources, preventing any risk to your existing infrastructure or state.
|
||||
Terraform tests let authors validate that module configuration updates do not introduce breaking changes. Tests run against test-specific, short-lived resources, preventing any risk to your existing infrastructure or state.
|
||||
|
||||
## Integration or Unit testing
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue