Update metadata on version command page
This commit is contained in:
parent
5a6d2e42ef
commit
7105ed7a1e
|
@ -2,8 +2,7 @@
|
||||||
layout: "docs"
|
layout: "docs"
|
||||||
page_title: "Command: version"
|
page_title: "Command: version"
|
||||||
sidebar_current: "docs-commands-version"
|
sidebar_current: "docs-commands-version"
|
||||||
description: |-
|
description: "terraform version displays the Terraform version and the version of all installed plugins."
|
||||||
The `terraform version` command displays the version of Terraform and all installed plugins.
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Command: version
|
# Command: version
|
||||||
|
@ -21,10 +20,10 @@ and security checks [unless disabled](/docs/cli/commands/index.html#upgrade-and-
|
||||||
|
|
||||||
This command has one optional flag:
|
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.
|
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
|
## Example
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue