github.com/justnom/terraform@v0.5.4-0.20180524223219-170a1530d1ca/config/module/test-fixtures/validate-module-unknown/main.tf (about)

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