From daa59d2ca864e7e42bc2718a1b4bb71cd99f275f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Di=C3=B3genes=20Fernandes?= Date: Wed, 16 Apr 2025 09:41:21 -0300 Subject: [PATCH] Reflecting the current state of module source on tofu test docs (#2666) Signed-off-by: Diogenes Fernandes --- website/docs/cli/commands/test/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/cli/commands/test/index.mdx b/website/docs/cli/commands/test/index.mdx index 00c116efde..cf7cd5bf8c 100644 --- a/website/docs/cli/commands/test/index.mdx +++ b/website/docs/cli/commands/test/index.mdx @@ -237,8 +237,7 @@ run "test" { The `module` block has the following two attributes: -* The `source` attribute points to the directory of the module to load or any other - [module source](../../../language/modules/sources.mdx). +* The `source` attribute points to the [directory of the module](../../../language/modules/sources/#local-paths) or to the [module registry](../../../language/modules/sources/#module-registry). Remote sources are not allowed at this point. * The `version` specifies the version of the module you want to use. :::warning Note