Add note about removal to web docs

This commit is contained in:
Pam Selle 2021-01-11 14:55:49 -05:00
parent 5ad6100ff3
commit e22ccd424c
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ You can modify `terraform init`'s plugin behavior with the following options:
-> Note: Since Terraform 0.13, this option has been superseded by the
[`provider_installation`](./cli-config.html#provider-installation) and
[`plugin_cache_dir`](./cli-config.html#plugin_cache_dir) settings.
It should not be used in Terraform versions 0.13+.
It should not be used in Terraform versions 0.13+, and this option
was removed in Terraform 0.15.
- `-plugin-dir=PATH` Force plugin installation to read plugins _only_ from
the specified directory, as if it had been configured as a `filesystem_mirror`
in the CLI configuration. If you intend to routinely use a particular