mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-22 03:07:51 -05: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
|
|
} |