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

5 lines
112 B
HCL

module "foo" {
// the module in sub references sibling module baz via "../baz"
source = "./foo.tgz//sub"
}