github.com/scottwinkler/terraform@v0.11.6-0.20180329211809-05143987aea8/command/test-fixtures/apply-input-partial/main.tf (about)

     1  variable "foo" {}
     2  variable "bar" {}
     3  
     4  output "foo" { value = "${var.foo}" }
     5  output "bar" { value = "${var.bar}" }