Reputation: 349
I am using Terraform v0.12.31
and planning to upgrade to v1.2.3
.
I checked one of the Terraform State file -
{
"version": 4,
"terraform_version": "0.12.31",
"serial": 2,
"lineage": "bb737776-5b8a-9771-fa63-453a99ef75dd",
"outputs": {}
}
Terraform version is tied to the state file.
After upgrading Terraform, are the same old state files going to work ?
OR
Is there any way we can make it work ?
Upvotes: 0
Views: 2277