From 35115e968556a7a84de9d0d3f111fcc3a69d3daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Srde=C4=8Dn=C3=BD?= Date: Wed, 11 Aug 2021 23:16:12 +0200 Subject: [PATCH] Fix CLI help text for output --- internal/command/output.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/command/output.go b/internal/command/output.go index 3594fe33d3..1fefba5437 100644 --- a/internal/command/output.go +++ b/internal/command/output.go @@ -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.