terraform/website/docs/commands
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
..
providers website: Initial docs for the new dependency lock file behaviors 2020-10-09 09:26:23 -07:00
state docs: fix the output format of state show command 2020-07-20 22:15:47 +09:00
workspace website: Add `workspace show` command to sidebar nav (#20800) 2019-03-22 15:06:53 -07:00
0.12upgrade.html.markdown website: Restore the docs for "terraform 0.12upgrade" 2020-06-24 14:21:09 -07:00
0.13upgrade.html.markdown website: Restore the docs for "terraform 0.12upgrade" 2020-06-24 14:21:09 -07:00
apply.html.markdown website: Update all Learn crosslinks (#26442) 2020-10-02 11:02:59 -07:00
cli-config.html.markdown command/cliconfig: Allow development overrides for providers 2020-10-16 14:31:15 -07:00
console.html.markdown main: new global option -chdir 2020-09-04 15:31:08 -07:00
destroy.html.markdown main: new global option -chdir 2020-09-04 15:31:08 -07:00
env.html.markdown website: Reorganize nav sidebars to improve jumps between sections 2019-01-31 16:18:23 -08:00
environment-variables.html.md Merge branch 'master' into patch-2 2020-10-13 16:07:28 -04:00
fmt.html.markdown website/docs: add the fmt -recursive flag. (#21963) 2019-07-05 13:32:57 -04:00
force-unlock.html.markdown Modified terraform force-unlock command 2020-10-02 09:42:55 +08:00
get.html.markdown main: new global option -chdir 2020-09-04 15:31:08 -07:00
graph.html.markdown main: new global option -chdir 2020-09-04 15:31:08 -07:00
import.html.md website: Update all Learn crosslinks (#26442) 2020-10-02 11:02:59 -07:00
index.html.markdown website: Update all Learn crosslinks (#26442) 2020-10-02 11:02:59 -07:00
init.html.markdown website: Initial docs for the new dependency lock file behaviors 2020-10-09 09:26:23 -07:00
login.html.markdown website: Documentation for the "terraform login" command (#22727) 2020-02-04 11:30:40 -05:00
logout.html.markdown command/logout: Add terraform logout command 2020-02-06 15:00:55 -05:00
output.html.markdown Mildwonkey/docs updates (#22623) 2019-08-28 15:34:22 -04:00
plan.html.markdown Merge pull request #21936 from tiny-dancer/patch-1 2020-10-13 16:18:39 -04:00
providers.html.markdown main: new global option -chdir 2020-09-04 15:31:08 -07:00
push.html.markdown website: Delete terraform push docs; replace with note about the remote backend 2019-08-16 15:55:29 -07:00
refresh.html.markdown main: new global option -chdir 2020-09-04 15:31:08 -07:00
show.html.markdown main: new global option -chdir 2020-09-04 15:31:08 -07:00
taint.html.markdown update taint command example 2020-10-05 20:38:47 -04:00
untaint.html.markdown Update website/docs/commands/untaint.html.markdown 2019-08-06 21:18:20 +02:00
validate.html.markdown main: new global option -chdir 2020-09-04 15:31:08 -07:00