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