blob: 03ebd8e476e1810d0d1e06e6fbb3ef19b91befdf [file] [log] [blame]
variable "v" {
description = "in child_ba module"
default = ""
}
output "hello" {
value = "Hello from child_a!"
}