github.com/posener/terraform@v0.11.0-beta1.0.20171103235147-645df36af025/config/test-fixtures/validate-local-multi-file/local-def.tf (about)

     1  
     2  locals {
     3    test = "${upper("hello, world")}"
     4  }