Semi Auto Importing Terraform State
On more than one occasion I’ve longed for the mean’s to automatically import terraform state. But this is a feature I know will likely never be added for a number of very good reasons. In some cases it is possible to use only a plan file to automate the generation of terraform import blocks though. Here is how it can be done.
Continue reading