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:
Diógenes Fernandes
2025-04-24 14:02:22 -03:00
committed by GitHub
parent 83b92b1361
commit 4a64aa9192
4 changed files with 86 additions and 16 deletions

View File

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