github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/terraform/testdata/eval-context-basic/child/main.tf (about) 1 variable "list" { 2 } 3 4 5 output "result" { 6 value = length(var.list) 7 }