We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Provide the ability for users to inform guardian that the state file needs to be migrated.
Use PR body comments to determine if the -migrate-state flag should be used in the terraform init command.
-migrate-state
This would require two phases:
terraform init
terraform init -migrate-state
plan
apply
There should be a separate and distinct step to remove the old state file after a successful plan and apply.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TL;DR
Provide the ability for users to inform guardian that the state file needs to be migrated.
Detailed design
Use PR body comments to determine if the
-migrate-state
flag should be used in the terraform init command.This would require two phases:
terraform init
terraform init -migrate-state
plan
andapply
There should be a separate and distinct step to remove the old state file after a successful plan and apply.
Alternatives considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: