github.com/hooklift/terraform@v0.11.0-beta1.0.20171117000744-6786c1361ffe/backend/local/test-fixtures/refresh-var-unset/main.tf (about) 1 variable "should_ask" {} 2 3 provider "test" { 4 value = "${var.should_ask}" 5 } 6 7 resource "test_instance" "foo" { 8 foo = "bar" 9 }