terraform/website/docs/commands
Nick Fagerlund 7d5db9522f
website: Fix plugin path on Windows (#19423)
...and one other reference to the application data directory.

Context:

https://docs.microsoft.com/en-us/windows/desktop/shell/knownfolderid#folderid_roamingappdata

In newer Windows versions, the folder accessible as `%APPDATA%` (and via various
APIs) is actually at something like "documents and settings\user\application
data\roaming", while earlier versions omit the "\roaming" part of the path. This
means you can confuse people by referring to the "application data" directory by
its human name, because "roaming" is the real application data directory, but it
looks like a subdirectory of "application data".

Thus, it's less confusing to just use the `%APPDATA%` variable, with the added
benefit that you can copy and paste the path and it'll just work in most places.
2018-11-20 16:54:18 -08:00
..
state Fix description for state mv and push sub-commands 2018-09-04 19:16:47 -07:00
workspace website: update "terraform env" reference to "terraform workspace" 2017-12-05 08:54:25 -08:00
apply.html.markdown command: "terraform apply" uses interactive confirmation by default 2017-11-01 06:54:39 -07:00
cli-config.html.markdown website: Fix plugin path on Windows (#19423) 2018-11-20 16:54:18 -08:00
console.html.markdown website: Fix references to the now-defunct "Interpolation" page 2018-10-16 18:48:28 -07:00
destroy.html.markdown Change -force to -auto-approve when destroying 2018-02-01 00:14:42 +00:00
env.html.markdown website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
environment-variables.html.md Remove support for the -module-depth flag 2018-11-02 18:44:04 +01:00
fmt.html.markdown website: documentation for fmt -check flag 2017-07-21 14:37:15 -05:00
force-unlock.html.markdown website: Correct usage for force-unlock command 2017-07-18 09:02:29 -07:00
get.html.markdown website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
graph.html.markdown Remove support for the -module-depth flag 2018-11-02 18:44:04 +01:00
import.html.md update import command docs 2017-08-09 14:01:45 -04:00
index.html.markdown website: checkpoint settings refer to CLI config file docs 2017-09-29 14:03:09 -07:00
init.html.markdown website: Fix plugin path on Windows (#19423) 2018-11-20 16:54:18 -08:00
output.html.markdown website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
plan.html.markdown Remove support for the -module-depth flag 2018-11-02 18:44:04 +01:00
providers.html.markdown website: Fix spelling mistake (#18311) 2018-06-22 07:31:23 -07:00
push.html.markdown Fix broken links to /docs/enterprise/run/api.html 2018-06-13 12:19:07 -07:00
refresh.html.markdown Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
show.html.markdown Remove support for the -module-depth flag 2018-11-02 18:44:04 +01:00
taint.html.markdown Fix documentation 2018-07-22 23:59:53 +02:00
untaint.html.markdown website: fixes typo (#18267) 2018-06-18 08:36:28 -07:00
validate.html.markdown command/validate: Add flag to check that all variables are specified (#13872) 2017-07-05 17:32:29 +01:00