terraform/website/docs/plugins
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
..
basics.html.md website: Fix plugin path on Windows (#19423) 2018-11-20 16:54:18 -08:00
index.html.md website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
provider.html.md docs: Fix inaccurate plugin CRUD description 2018-09-20 17:18:42 +01:00