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