terraform/config/module/testdata/registry-subdir/main.tf

5 lines
124 B
HCL

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