有没有办法使用带有子目录的企业Github repo作为Terraform模块源?阅读模块源doc,我正在尝试使用Generic Git存储库类型,但是,它看起来并不像使用此方法访问子目录一样。如,
module "awesome" {
source = "git::https://github.enterprise.com/org/repo.git//path//to//module"
# Note: I've also tried without the "forced source type."
}
不幸的是terraform get
下载了整个存储库内容。
我不能说我希望这个工作(鉴于它没有得到明确支持),但也许有人已经弄明白了。如果没有,也许它可能是一个功能请求。