Terraform
terraform stacks version reference
Use the terraform stacks version
command to display the version of the Stacks plugin.
Usage
$ terraform stacks <global-stacks-flags> version <options>
Description
The terraform stacks version
command displays the current version of the Stacks plugin. This is useful for verifying which version you have installed and for troubleshooting compatibility issues.
Options
-json
: Output results in JSON format instead of the default human-readable text format.- Optional.
- Data type: boolean flag.
- Default: false (human-readable format).
Examples
The following command displays the version in human-readable format:
$ terraform stacks version
The following command displays the version in JSON format:
$ terraform stacks version --json
Global flags
Refer to Global flags reference for information about flags you can use with all commands.