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