github.com/brandonstevens/terraform@v0.9.6-0.20170512224929-5367f2607e16/command/test-fixtures/import-provider-var-file/main.tf (about)

     1  variable "foo" {}
     2  
     3  provider "test" {
     4      foo = "${var.foo}"
     5  }