terraform/config/testdata/validate-local-multi-file/local-def.tf

5 lines
48 B
HCL

locals {
test = "${upper("hello, world")}"
}