terraform/command/e2etest/testdata
Martin Atkins 30204ecded command/cliconfig: Allow development overrides for providers
For normal provider installation we want to associate each provider with
a selected version number and find a suitable package for that version
that conforms to the official hashes for that release.

Those requirements are very onerous for a provider developer currently
testing a not-yet-released build, though. To allow for that case this new
CLI configuration feature allows overriding specific providers to refer
to give local filesystem directories.

Any provider overridden in this way is not subject to the usual
restrictions about selected versions or checksum conformance, and
activating an override won't cause any changes to the selections recorded
in the lock file because it's intended to be a temporary setting for one
developer only.

This is, in a sense, a spiritual successor of an old capability we had to
override specific plugins in the CLI configuration file. There were
some vestiges of that left in the main package and CLI config package
but nothing has actually been honoring them for several versions now and
so this commit removes them to avoid confusion with the new mechanism.
2020-10-16 14:31:15 -07:00
..
chdir-option/subdir main: new global option -chdir 2020-09-04 15:31:08 -07:00
custom-provider-install-method main: Properly handle provider installation method exclusions 2020-04-23 10:52:01 -07:00
empty
full-workflow-null
local-only-provider main: skip direct provider installation for providers available locally 2020-04-17 13:55:11 -07:00
plugin-cache internal/providercache: Fix incorrect logic in Installer.SetGlobalCacheDir 2020-04-06 09:24:23 -07:00
provider-dev-override command/cliconfig: Allow development overrides for providers 2020-10-16 14:31:15 -07:00
provider-not-found command/init: add e2e tests for provider not found messages 2020-05-20 11:04:11 -04:00
provider-warnings internal/getproviders: decode and return any registry warnings (#25337) 2020-06-25 10:49:48 -04:00
template-provider
terraform-provider e2e test for remote state read 2020-06-24 14:09:59 -04:00
terraform-providers-mirror command: terraform providers mirror 2020-06-01 14:49:43 -07:00
test-provider command: Unmanaged providers 2020-05-26 17:48:57 -07:00
vendored-provider command/init: Move "vendored provider" test to e2etests 2020-04-06 09:24:23 -07:00