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