blob: 43675f913c4c657fb846cd08b0e897d067e14bfc [file] [log] [blame]
variable "foo" {
default = "bar"
}
module "child" {
source = "./child"
foo = "${var.foo}"
}