github.com/Hashicorp/terraform@v0.11.12-beta1/config/test-fixtures/validate-local-multi-file/local-use.tf (about) 1 2 resource "test_resource" "foo" { 3 value = "${local.test}" 4 } 5 6 output "test" { 7 value = "${local.test}" 8 }