mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Add remote sources to module on tofu test (#2651)
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com> Signed-off-by: Diógenes Fernandes <diofeher@opentofu.org> Co-authored-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
This commit is contained in:
committed by
GitHub
parent
83b92b1361
commit
4a64aa9192
@@ -237,7 +237,8 @@ run "test" {
|
||||
|
||||
The `module` block has the following two attributes:
|
||||
|
||||
* 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 `source` attribute points to the directory of the module to load or any other
|
||||
[module source](../../../language/modules/sources.mdx).
|
||||
* The `version` specifies the version of the module you want to use.
|
||||
|
||||
:::warning Note
|
||||
|
||||
Reference in New Issue
Block a user