mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 22:00:34 -05:00
3 lines
58 B
HCL
3 lines
58 B
HCL
variable "bar" {}
|
|
output "value" { value = "${var.bar}" }
|