Files
opentf/command/testdata/import-module-var-file/main.tf
Kristin Laemmert b611bd7209 reproduction test
2020-06-12 15:39:55 -04:00

7 lines
79 B
HCL

variable "foo" {}
module "child" {
source = "./child"
foo = var.foo
}