From e22ccd424c1fc783363333cc8f8fe1155875d3fd Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Mon, 11 Jan 2021 14:55:49 -0500 Subject: [PATCH] Add note about removal to web docs --- website/docs/commands/init.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/commands/init.html.markdown b/website/docs/commands/init.html.markdown index c46b5e989..3863f3ce2 100644 --- a/website/docs/commands/init.html.markdown +++ b/website/docs/commands/init.html.markdown @@ -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