github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/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 }