mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-26 22:02:25 -04:00
6 lines
59 B
HCL
6 lines
59 B
HCL
variable "in" {}
|
|
|
|
output "out" {
|
|
value = "${var.in}"
|
|
}
|