blob: b8c7f0bac2420945dc8518c2ca3d7ceefbf39a66 [file] [log] [blame]
variable "value" {}
module "child" {
source = "./child"
value = "${var.value}"
}