Skip to content

Commit

Permalink
Mock mocking framework out of beta for 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcervante committed Nov 19, 2024
1 parent 9402a85 commit 69f9f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/tests/mocking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 69f9f66

Please sign in to comment.