mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-20 19:00:38 -05:00
6 lines
72 B
HCL
6 lines
72 B
HCL
variable "foo" {}
|
|
|
|
resource "test_instance" "foo" {
|
|
foo = var.foo
|
|
}
|