github.com/jzbruno/terraform@v0.10.3-0.20180104230435-18975d727047/config/module/test-fixtures/validate-module-unknown/main.tf (about)

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