From 66f2c82d3347826fabb01a17585b0b4c02f0f07a Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Tue, 12 Jan 2021 14:40:45 -0800 Subject: [PATCH] website: Add version command to sidebar nav and to plugins overview page --- website/docs/cli/plugins/index.html.md | 4 ++++ website/layouts/docs.erb | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/website/docs/cli/plugins/index.html.md b/website/docs/cli/plugins/index.html.md index 0dce9f6c00..bae835eeab 100644 --- a/website/docs/cli/plugins/index.html.md +++ b/website/docs/cli/plugins/index.html.md @@ -37,6 +37,10 @@ more information, see [CLI Config File](/docs/commands/cli-config.html). Use the [`terraform providers`](/docs/commands/providers.html) command to get information about the providers required by the current working directory's configuration. +Use the [`terraform version`](/docs/commands/version.html) command (or +`terraform -version`) to show the specific provider versions installed for the +current working directory. + Use the [`terraform providers schema`](/docs/commands/providers/schema.html) command to get machine-readable information about the resources and configuration options offered by each provider. diff --git a/website/layouts/docs.erb b/website/layouts/docs.erb index fc74f5a275..67e1aefc15 100644 --- a/website/layouts/docs.erb +++ b/website/layouts/docs.erb @@ -291,6 +291,10 @@ providers +
  • + version +
  • +
  • providers lock
  • @@ -469,6 +473,10 @@ validate +
  • + version +
  • +
  • workspace list