mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-15 11:13:09 -06:00
65341b0973
This only makes it compile. It does not yet ensure that the tests pass.
6 lines
57 B
HCL
6 lines
57 B
HCL
variable "foo" {}
|
|
|
|
output "result" {
|
|
value = var.foo
|
|
}
|