Terraform Import Made Easy: Conquering Infrastructure Management Complexities
I will admit that I’m quite a bit of a rookie when it comes to Terraform and the whole infrastructure as code scene but I’m learning. One of the most powerful tools I’ve found when trying to convert your current infrastructure into Terraform is the terraform import command. After too many times of doing an import and manually copying information from my state file, I felt there had to be a way to simplify Terraform import. Before diving into imports, make sure you have proper state file management set up, especially when working with teams or automated pipelines. ...