route/vendor/github.com/hashicorp/go-getter/test-fixtures/basic-parent/a/a.tf

4 lines
35 B
HCL

module "b" {
source = "../c"
}