github.com/tompao/terraform@v0.6.10-0.20180215233341-e41b29d0961b/config/module/test-fixtures/registry-tar-subdir/main.tf (about)

     1  module "foo" {
     2  	// the mock test registry will redirect this to the local tar file
     3      source = "registry/local/sub"
     4  }