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