One of the first things, when you start using Terraform you discovered, is the tfstate file, and with this file, you will quickly learn it should be saved everything you deploy your Terraform project for each environment you have deployed to. But nobody explains to you how easily you can…