Skip to content

Commit 07b814c

Browse files
authored
Merge pull request #34056 from hashicorp/tests_docs_fixup
Fix typo on testing docs page
2 parents 4451a17 + 6c56365 commit 07b814c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/language/tests/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88

99
-> **Note:** This testing framework is available in Terraform v1.6.0 and later.
1010

11-
Terraform tests allow authors to repeatability validate the functionality of their configuration in a safe environment.
11+
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.
1212

1313
## Integration or Unit testing
1414

0 commit comments

Comments
 (0)