blob: 222348f9f16f15e60c13b982cd821f0bb69667eb [file] [log] [blame]
variable "foo" {}
module "child" {
source = "./child"
foo = var.foo
}