mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-26 04:01:50 -04:00
6 lines
67 B
HCL
6 lines
67 B
HCL
variable "value" {}
|
|
|
|
output "value" {
|
|
value = "${var.value}"
|
|
}
|