opentofu/internal/initwd/testdata/local-module-error/child_a/main.tf
2019-06-30 10:16:15 +02:00

9 lines
125 B
HCL

variable "v" {
description = "in child_ba module"
default = ""
}
output "hello" {
value = "Hello from child_a!"
}