From 46d08d47a08111c26169409493fc40342907c5f9 Mon Sep 17 00:00:00 2001 From: Liam Cervante Date: Tue, 19 Nov 2024 08:26:55 +0000 Subject: [PATCH] backport of commit 69f9f66cb1401423685c2547ad04942b8ca387fb --- website/docs/language/tests/mocking.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/tests/mocking.mdx b/website/docs/language/tests/mocking.mdx index b558c58d7bf0..2d42729e9d3a 100644 --- a/website/docs/language/tests/mocking.mdx +++ b/website/docs/language/tests/mocking.mdx @@ -6,7 +6,7 @@ description: >- # Mocks --> **Note**: Test mocking is available in Terraform v1.7.0 and later. This feature is in beta. +-> **Note**: Test mocking is available in Terraform v1.7.0 and later. Terraform lets you mock providers, resources, and data sources for your tests. This allows you to test parts of your module without creating infrastructure or requiring credentials. In a Terraform test, a mocked provider or resource will generate fake data for all computed attributes that would normally be provided by the underlying provider APIs.