terraform/internal/initwd
Martin Atkins 7b2a0284e0 initwd: Fix registry acceptance tests for upstream registry changes
We have some tests in this package that install real modules from the real
registry at registry.terraform.io. Those tests were written at an earlier
time when the registry's behavior was to return the URL of a .tar.gz
archive generated automatically by GitHub, which included an extra level
of subdirectory that would then be reflected in the paths to the local
copies of these modules.

GitHub started rate limiting those tar archives in a way that Terraform's
module installer couldn't authenticate to, and so the registry switched
to returning direct git repository URLs instead, which don't have that
extra subdirectory and so the local paths on disk now end up being a
little different, because the actual module directories are at a different
subdirectory of the package.
2021-06-03 08:50:34 -07:00
..
testdata initwd: Error message for local paths escaping module packages 2021-05-27 11:00:43 -07:00
doc.go command: "terraform init" can partially initialize for 0.12upgrade 2019-01-14 11:33:21 -08:00
from_module.go Refactoring of module source addresses and module installation 2021-06-03 08:50:34 -07:00
from_module_test.go initwd: Fix registry acceptance tests for upstream registry changes 2021-06-03 08:50:34 -07:00
load_config.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
module_install.go Refactoring of module source addresses and module installation 2021-06-03 08:50:34 -07:00
module_install_hooks.go
module_install_test.go initwd: Fix registry acceptance tests for upstream registry changes 2021-06-03 08:50:34 -07:00
testing.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00