github.com/chentex/terraform@v0.11.2-0.20171208003256-252e8145842e/config/module/test-fixtures/validate-module-unknown/main.tf (about)

     1  resource "null_resource" "var" {
     2      key = "${module.unknown.value}"
     3  }