mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-07 12:02:04 -04:00
6 lines
79 B
HCL
6 lines
79 B
HCL
variable "foo" {}
|
|
|
|
resource "test_instance" "foo" {
|
|
value = "${var.foo}"
|
|
}
|