Skip to content

Instantly share code, notes, and snippets.

@porn
Last active October 9, 2023 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save porn/a1b2072dd408d6d81431496091d905bd to your computer and use it in GitHub Desktop.
Save porn/a1b2072dd408d6d81431496091d905bd to your computer and use it in GitHub Desktop.
terraform 0.12.31 -> 1.5
tfswitch 0.12.31
terraform plan # should show no changes
tfswitch 0.13.7
terraform 0.13upgrade
terraform state replace-provider -- -/aws hashicorp/aws
tfswitch 1.5.7
terraform init
terraform plan # should show no changes
rm versions.tf
terraform apply # store new version to tfstate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment