mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
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:
parent
74a122a0e1
commit
daa59d2ca8
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue