github.com/justnom/terraform@v0.5.4-0.20180524223219-170a1530d1ca/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 }