github.com/posener/terraform@v0.11.0-beta1.0.20171103235147-645df36af025/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  }