terraform/config/module/test-fixtures/registry-tar-subdir/main.tf

5 lines
119 B
HCL

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