Merge pull request #29354 from srdecny/main

Fix CLI help text for output. Reviewed with @apparentlymart and @kmoe.
This commit is contained in:
Craig Wright 2022-05-20 10:58:09 -07:00 committed by GitHub
commit be7f46a1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,8 @@ Usage: terraform [global options] output [options] [NAME]
Options:
-state=path Path to the state file to read. Defaults to
"terraform.tfstate".
"terraform.tfstate". Ignored when remote
state is used.
-no-color If specified, output won't contain any color.