github.com/simpleusd/terraform@v0.11.8-0.20180606155740-fce30c14f051/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 }