mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-27 18:00:17 -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}"
|
|
}
|