github.com/richardmarshall/terraform@v0.9.5-0.20170429023105-15704cc6ee35/command/test-fixtures/import-provider-var-file/main.tf (about) 1 variable "foo" {} 2 3 provider "test" { 4 foo = "${var.foo}" 5 }