terraform/internal/getmodules
Martin Atkins 74761b2f8b getmodules: Use go-getter v1.5.10 and return to upstream GitGetter
There was an unintended regression in go-getter v1.5.9's GitGetter which
caused us to temporarily fork that particular getter into Terraform to
expedite a fix. However, upstream v1.5.10 now includes a
functionally-equivalent fix and so we can heal that fork by upgrading.

We'd also neglected to update the Module Sources docs when upgrading to
go-getter v1.5.9 originally and so we were missing documentation about the
new "depth" argument to enable shadow cloning, which I've added
retroactively here along with documenting its restriction of only
supporting named refs.

This new go-getter release also introduces a new credentials-passing
method for the Google Cloud Storage getter, and so we must incorporate
that into the Terraform-level documentation about module sources.
2022-01-03 11:44:16 -08:00
..
doc.go getmodules: Beginnings of a new package about Terraform module packages 2021-06-03 08:50:34 -07:00
file_detector.go Refactoring of module source addresses and module installation 2021-06-03 08:50:34 -07:00
getter.go getmodules: Use go-getter v1.5.10 and return to upstream GitGetter 2022-01-03 11:44:16 -08:00
installer.go command: make module installation interruptible 2021-11-11 12:28:10 +00:00
package.go Refactoring of module source addresses and module installation 2021-06-03 08:50:34 -07:00
subdir.go getmodules: Beginnings of a new package about Terraform module packages 2021-06-03 08:50:34 -07:00