This guide will help you to migrate your terraform code across versions. Keeping your terraform state to the latest version is always recommeneded
- Ensure that you are running on the latest version of 0.5.x
- Move to
0.6.0
and run the following commandterraform init -upgrade
- Run the migration script present in the
scripts/
directorybash migration-script-6.sh
- Run terraform plan to check if there are is diff
terraform plan