github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/config/module/test-fixtures/validate-module-unknown/main.tf (about)

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