mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
Signed-off-by: yottta <andrei.ciobanu@opentofu.org> Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
8 lines
No EOL
90 B
HCL
8 lines
No EOL
90 B
HCL
module "call" {
|
|
source = "./mod"
|
|
input = "test"
|
|
}
|
|
|
|
locals {
|
|
_ = module.call.output
|
|
} |