terraform/internal/providercache
Martin Atkins b9a93a0fe7 Move addrs/ to internal/addrs/
This is part of a general effort to move all of Terraform's non-library
package surface under internal in order to reinforce that these are for
internal use within Terraform only.

If you were previously importing packages under this prefix into an
external codebase, you could pin to an earlier release tag as an interim
solution until you've make a plan to achieve the same functionality some
other way.
2021-05-17 14:09:07 -07:00
..
testdata providercache: More exhaustive testing of the main installer 2020-10-28 07:46:45 -07:00
cached_provider.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
cached_provider_test.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
dir.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
dir_modify.go command/init: Read, respect, and update provider dependency locks 2020-10-09 09:26:23 -07:00
dir_modify_test.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
dir_test.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
doc.go providercache: A package to encapsulate management of provider cache dirs 2020-03-25 11:29:48 -07:00
installer.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
installer_events.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
installer_events_test.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
installer_test.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
package_install.go Move httpclient/ to internal/httpclient/ 2021-05-17 14:09:07 -07:00