mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 13:00:32 -05:00
* command/console: allow use of impure functions in terraform console * add tests for Context Eval
8 lines
69 B
HCL
8 lines
69 B
HCL
variable "list" {
|
|
}
|
|
|
|
|
|
output "result" {
|
|
value = length(var.list)
|
|
}
|