blob: e2e2209164c4c449f01f6657cff585fbe0b99736 [file] [log] [blame]
variable "v" {
description = "in child_b module"
default = ""
}
output "hello" {
value = "Hello from child_b!"
}