mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-26 03:12:27 -04:00
5 lines
57 B
HCL
5 lines
57 B
HCL
variable "foo" {}
|
|
|
|
output "result" {
|
|
value = var.foo
|
|
}
|