github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/backend/local/testdata/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 }