blob: 8e6b73d0da15c0b48857866e8dfec56617d09620 [file] [log] [blame]
variable "should_ask" {}
provider "test" {
value = var.should_ask
}
resource "test_instance" "foo" {
foo = "bar"
}