Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Aug 8, 2023
1 parent 1c0b886 commit 96b2bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tfmigrate/multi_state_migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ type MultiStateMigratorConfig struct {
FromSkipPlan bool `hcl:"from_skip_plan,optional"`
// ToDir is a working directory where states of resources move to.
ToDir string `hcl:"to_dir"`
// ToSkipPlan controls whether or not to and analyze Terraform plan within the
// to_dir.
// ToSkipPlan controls whether or not to run and analyze Terraform plan
// within the to_dir.
ToSkipPlan bool `hcl:"to_skip_plan,optional"`
// FromWorkspace is a workspace within FromDir
FromWorkspace string `hcl:"from_workspace,optional"`
Expand Down

0 comments on commit 96b2bc8

Please sign in to comment.