github.com/justnom/terraform@v0.5.4-0.20180524223219-170a1530d1ca/terraform/test-fixtures/transform-module-var-nested/child/main.tf (about) 1 variable "value" {} 2 3 module "child" { 4 source = "./child" 5 value = "${var.value}" 6 }