opentofu/command/cliconfig/testdata
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
..
config command/cliconfig: Factor out CLI config handling 2019-08-01 10:56:41 -07:00
config-env command/cliconfig: Factor out CLI config handling 2019-08-01 10:56:41 -07:00
credentials command/cliconfig: Factor out CLI config handling 2019-08-01 10:56:41 -07:00
hosts command/cliconfig: Factor out CLI config handling 2019-08-01 10:56:41 -07:00
provider-installation command/cliconfig: Use existing HTTP mirror source rather than new stub 2020-04-23 10:52:01 -07:00
provider-installation-errors command/cliconfig: Decode provider_installation blocks 2020-04-21 15:48:07 -07:00