opentofu/command/test-fixtures/refresh-unset-var/main.tf
2015-11-23 10:32:46 +02:00

8 lines
109 B
HCL

variable "should_ask" {}
provider "test" {}
resource "test_instance" "foo" {
ami = "${var.should_ask}"
}