Skip to content

Commit

Permalink
Corrected the key name used for SkipPlan in state migration from "to_…
Browse files Browse the repository at this point in the history
…skip_plan" to "skip_plan".
  • Loading branch information
SuperHiroki committed Nov 30, 2024
1 parent 5b8e18e commit 2501e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfmigrate/state_migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type StateMigratorConfig struct {
// When set forces applying even if plan shows diff.
Force bool `hcl:"force,optional"`
// SkipPlan controls whether or not to run and analyze Terraform plan.
SkipPlan bool `hcl:"to_skip_plan,optional"`
SkipPlan bool `hcl:"skip_plan,optional"`
// Workspace is the state workspace which the migration works with.
Workspace string `hcl:"workspace,optional"`
}
Expand Down

0 comments on commit 2501e45

Please sign in to comment.