Skip to content

Commit

Permalink
command: mention plan options in refresh help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe committed Apr 19, 2022
1 parent 173e21a commit 42a12a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/command/refresh.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ Options:
-state, state-out, and -backup are legacy options supported for the local
backend only. For more information, see the local backend's documentation.
This command also accepts all of the plan-customization options accepted by
the terraform plan command, except as mentioned above.
For more information on those options, run:
terraform plan -help
`
return strings.TrimSpace(helpText)
}
Expand Down

0 comments on commit 42a12a4

Please sign in to comment.