diff --git a/website/docs/language/tests/index.mdx b/website/docs/language/tests/index.mdx index eee5346b2e..3f8d6f0dba 100644 --- a/website/docs/language/tests/index.mdx +++ b/website/docs/language/tests/index.mdx @@ -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