github.com/sfdevops1/terrra4orm@v0.11.12-beta1/config/module/test-fixtures/tar-subdir-to-parent/main.tf (about)

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