You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/language/tests/index.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ description: >-
8
8
9
9
-> **Note:** This testing framework is available in Terraform v1.6.0 and later.
10
10
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.
0 commit comments