Hello,
I upgraded terraform to 0.14 and with multiple modules everything went smooth except for one module.
When I do init in this module I get:
Error: Invalid legacy provider address
This configuration or its associated state refers to the unqualified provider
“aws”.You must complete the Terraform 0.13 upgrade process before upgrading to later
versions.
So I downgraded back to 0.13 and I got during terraform plan:
Error: state snapshot was created by Terraform v0.14.2, which is newer than current v0.13.5; upgrade to Terraform v0.14.2 or greater to work with this state
Error: state snapshot was created by Terraform v0.14.2, which is newer than current v0.13.5; upgrade to Terraform v0.14.2 or greater to work with this state
Error: state snapshot was created by Terraform v0.14.2, which is newer than current v0.13.5; upgrade to Terraform v0.14.2 or greater to work with this state
Error: state snapshot was created by Terraform v0.14.2, which is newer than current v0.13.5; upgrade to Terraform v0.14.2 or greater to work with this state
This is kinda schizophrenic situation…
The problem is that this module is main module for all the other modules so I am unable to make changes in our whole infrastructure.
Can somebody help?
Thanks!