Skip to content

Commit

Permalink
Merge pull request #193 from SuperHiroki/fix-key-name-of-SkipPlan
Browse files Browse the repository at this point in the history
Corrected the key name used for SkipPlan in state migration from "to_skip_plan" to "skip_plan".
  • Loading branch information
minamijoyo authored Dec 3, 2024
2 parents 5b8e18e + 2501e45 commit 5357815
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 5357815

Please sign in to comment.