Skip to content

Commit

Permalink
Update description about --backend-config for tfmigrate plan
Browse files Browse the repository at this point in the history
  • Loading branch information
uchida committed Jul 5, 2022
1 parent f76df1b commit fc6422e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions command/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,8 @@ Arguments:
Options:
--config A path to tfmigrate config file
--backend-config=path Configuration to be merged with what is in the
configuration file's 'backend' block. This can be
either a path to an HCL file with key/value
assignments (same format as terraform.tfvars) or a
'key=value' format, and can be specified multiple
times. The backend type must be in the configuration
itself.
--backend-config=path A backend configuration, a path to backend configuration file or key=value format backend configuraion.
This option is passed to terraform init when switching backend to remote.
[Deprecated]
--out=path
Expand Down

0 comments on commit fc6422e

Please sign in to comment.