terraform/internal/getproviders
Martin Atkins 8b75d1498f command/cliconfig: Use existing HTTP mirror source rather than new stub
An earlier commit added a redundant stub for a new network mirror source
that was already previously stubbed as HTTPMirrorSource.

This commit removes the unnecessary extra stub and changes the CLI config
handling to use it instead. Along the way this also switches to using a
full base URL rather than just a hostname for the mirror, because using
the usual "Terraform-native service discovery" protocol here doesn't isn't
as useful as in the places we normally use it (the mirror mechanism is
already serving as an indirection over the registry protocol) and using
a direct base URL will make it easier to deploy an HTTP mirror under
a path prefix on an existing static file server.
2020-04-23 10:52:01 -07:00
..
testdata/filesystem-mirror provider source tests: added test suite to exercise hyphenated providers (#24685) 2020-04-16 15:54:33 -04:00
doc.go
errors.go internal/getproviders: Implement MultiSource 2020-04-06 09:24:23 -07:00
filesystem_mirror_source.go internal/getproviders: Make local directory search a public API 2020-03-25 11:29:48 -07:00
filesystem_mirror_source_test.go provider source tests: added test suite to exercise hyphenated providers (#24685) 2020-04-16 15:54:33 -04:00
filesystem_search.go internal/getproviders: SearchLocalDirectory can handle symlinks 2020-03-25 13:50:00 -07:00
http_mirror_source.go command/cliconfig: Use existing HTTP mirror source rather than new stub 2020-04-23 10:52:01 -07:00
legacy_lookup.go internal/getproviders: LookupLegacyProvider 2020-01-22 09:02:22 -08:00
legacy_lookup_test.go internal/getproviders: LookupLegacyProvider 2020-01-22 09:02:22 -08:00
memoize_source.go internal/getproviders: MemoizeSource for local caching of source responses 2020-01-10 09:41:27 -08:00
memoize_source_test.go internal/getproviders: Tests for MemoizeSource 2020-04-07 08:55:52 -07:00
mock_source.go internal: Verify provider signatures on install 2020-04-17 13:57:19 -04:00
multi_source.go internal/getproviders: Implement MultiSource 2020-04-06 09:24:23 -07:00
multi_source_test.go internal/getproviders: Tests for MultiSource 2020-04-07 08:55:13 -07:00
package_authentication.go internal: Verify provider signatures on install 2020-04-17 13:57:19 -04:00
package_authentication_test.go internal: Verify provider signatures on install 2020-04-17 13:57:19 -04:00
public_keys.go internal: Verify provider signatures on install 2020-04-17 13:57:19 -04:00
registry_client.go internal: Verify provider signatures on install 2020-04-17 13:57:19 -04:00
registry_client_test.go internal: Verify provider signatures on install 2020-04-17 13:57:19 -04:00
registry_source.go internal/getproviders: LookupLegacyProvider 2020-01-22 09:02:22 -08:00
registry_source_test.go internal: Verify provider signatures on install 2020-04-17 13:57:19 -04:00
source.go
types.go internal: Verify provider signatures on install 2020-04-17 13:57:19 -04:00