mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-06 16:00:32 -05:00
8 lines
109 B
HCL
8 lines
109 B
HCL
variable "should_ask" {}
|
|
|
|
provider "test" {}
|
|
|
|
resource "test_instance" "foo" {
|
|
ami = "${var.should_ask}"
|
|
}
|