mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-12 00:16:18 -06:00
6 lines
79 B
HCL
6 lines
79 B
HCL
variable "foo" {}
|
|
|
|
resource "test_instance" "foo" {
|
|
value = "${var.foo}"
|
|
}
|