github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/command/test-fixtures/refresh-unset-var/main.tf (about)

     1  variable "should_ask" {}
     2  
     3  provider "test" {}
     4  
     5  resource "test_instance" "foo" {
     6    ami = "${var.should_ask}"
     7  }