terraform/internal/initwd/testdata/local-modules/child_a/child_b/child_b.tf

10 lines
125 B
HCL

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