You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use this rather often (especially while working on terraform-aws-modules), but it does not seem to work with later version of Terraform:
$ terradozer --version
version: 0.1.2
commit: 48e53cb
built at: 2020-06-28T13:28:01Z
using: go1.13.12
$ terradozer -dry-run terraform.tfstate
Error:️ failed to read Terraform state file: failed reading terraform.tfstate as a statefile: state snapshot was created by Terraform v1.2.3, which is newer than current v0.12.25; upgrade to Terraform v1.2.3 or greater to work with this state
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Any resolution to the above issue? Facing similar error: state snapshot was created by Terraform v0.12.28, which is newer than current v0.12.25; upgrade to Terraform v0.12.28 or greater to work with this state
Hi Jan-Christoph,
I'd like to use this rather often (especially while working on terraform-aws-modules), but it does not seem to work with later version of Terraform:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: