github.com/articulate/terraform@v0.6.13-0.20160303003731-8d31c93862de/terraform/test-fixtures/graph-builder-multi-level-module/foo/bar/main.tf (about)

     1  variable "bar" {}
     2  output "value" { value = "${var.bar}" }