terraform/website/docs/configuration
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
..
functions lang: Add fileexists function 2018-10-17 10:18:07 +01:00
data-sources.html.md website: Revise the "Data Sources" configuration docs section 2018-10-16 18:47:33 -07:00
expressions.html.md website: Document the index and attribute syntaxes 2018-10-16 18:47:33 -07:00
functions.html.md website: Beginnings of "Functions" configuration section 2018-10-16 18:47:33 -07:00
index.html.md website: Link from Configuration index to Resource page 2018-10-16 18:48:28 -07:00
locals.html.md website: Revise the "Local Values" configuration docs section 2018-10-16 18:47:33 -07:00
modules.html.md website: Revise the "Modules" configuration docs section 2018-10-16 18:47:33 -07:00
outputs.html.md website: Revise the "Output Values" configuration docs section 2018-10-16 18:47:33 -07:00
override.html.md website: Expand documentation of Override Files 2018-10-16 18:47:33 -07:00
providers.html.md website: Fix plugin path on Windows (#19423) 2018-11-20 16:54:18 -08:00
resources.html.md Small grammar fix for lifecycle docs 2018-10-22 22:34:11 -04:00
syntax-json.html.md website: Document the JSON configuration syntax 2018-10-16 18:47:33 -07:00
syntax.html.md website: revisions to the "Configuration Syntax" page and expressions 2018-10-16 18:47:33 -07:00
terraform-enterprise.html.md website: Reorganize the "Configuration" docs section 2018-10-16 18:46:46 -07:00
terraform.html.md website: Update the "Terraform Settings" page for new style 2018-10-16 18:47:33 -07:00
variables.html.md website: Revise the "Modules" configuration docs section 2018-10-16 18:47:33 -07:00