opentofu/internal/command/e2etest/testdata/deprecated-values/main.tf
Andrei Ciobanu 22dc9b2137
Add new CLI arg to control what warnings should be shown for deprecated outputs/variables (#2705)
Signed-off-by: yottta <andrei.ciobanu@opentofu.org>
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
2025-05-08 17:01:40 +03:00

8 lines
No EOL
90 B
HCL

module "call" {
source = "./mod"
input = "test"
}
locals {
_ = module.call.output
}