Reflecting the current state of module source on tofu test docs (#2666)

Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
This commit is contained in:
Diógenes Fernandes 2025-04-16 09:41:21 -03:00 committed by GitHub
parent 74a122a0e1
commit daa59d2ca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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