Update metadata on version command page

This commit is contained in:
Laura Pacilio 2021-07-30 11:16:08 -04:00
parent 5a6d2e42ef
commit 7105ed7a1e
1 changed files with 3 additions and 4 deletions

View File

@ -2,8 +2,7 @@
layout: "docs"
page_title: "Command: version"
sidebar_current: "docs-commands-version"
description: |-
The `terraform version` command displays the version of Terraform and all installed plugins.
description: "terraform version displays the Terraform version and the version of all installed plugins."
---
# Command: version
@ -21,10 +20,10 @@ and security checks [unless disabled](/docs/cli/commands/index.html#upgrade-and-
This command has one optional flag:
* `-json` - If specified, the version information is formatted as a JSON object,
* `-json` - If specified, the version information is formatted as a JSON object,
and no upgrade or security information is included.
-> **Note:** Platform information was added to the `version` command in Terraform 0.15.
-> **Note:** Platform information was added to the `version` command in Terraform 0.15.
## Example