mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix documentation typo in mock provider link (#2146)
Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
parent
b01a99e9ab
commit
5264ccee99
@ -158,7 +158,7 @@ A test file consists of:
|
||||
* A **[`variables` block](#the-variables-and-runvariables-blocks)** (optional): define variables for all tests in the
|
||||
current file.
|
||||
* The **[`provider` blocks](#the-providers-block)** (optional): define the providers to be used for the tests.
|
||||
* The **[`mock_provider` blocks](#the-mock-providers-blocks)** (optional): define the providers to be mocked.
|
||||
* The **[`mock_provider` blocks](#the-mock_providers-blocks)** (optional): define the providers to be mocked.
|
||||
* The **[`override_resource` blocks](#the-override_resource-and-override_data-blocks)** (optional): define the resources to be overridden.
|
||||
* The **[`override_data` blocks](#the-override_resource-and-override_data-blocks)** (optional): define the data sources to be overridden.
|
||||
* The **[`override_module` blocks](#the-override_module-block)** (optional): define the module calls to be overridden.
|
||||
|
Loading…
Reference in New Issue
Block a user