Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore and deprecate the to_skip_plan in a single-state migration #195

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

minamijoyo
Copy link
Owner

This is a follow-up to #193. Renaming the to_skip_plan attribute in a single-state migration block to skip_plan was an incompatible change to the HCL file's syntax. Since it is technically possible to maintain backward compatibility, we will continue to accept the old to_skip_plan and log a warning. This attribute will be removed in a future version. Use skip_plan instead.

This is a follow-up to #193. Renaming the `to_skip_plan` attribute in a
single-state migration block to `skip_plan` was an incompatible change
to the HCL file's syntax. Since it is technically possible to maintain
backward compatibility, we will continue to accept the old
`to_skip_plan` and log a warning. This attribute will be removed in a
future version. Use `skip_plan` instead.
@minamijoyo minamijoyo force-pushed the restore-to-skip-plan branch from 96a2e6b to 58718c7 Compare December 3, 2024 08:42
@minamijoyo minamijoyo merged commit 8c3c283 into master Dec 3, 2024
9 checks passed
@minamijoyo minamijoyo deleted the restore-to-skip-plan branch December 3, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant