github.com/loicalbertin/terraform@v0.6.15-0.20170626182346-8e2583055467/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 }