DEV Community

Aakash Choudhary
Aakash Choudhary

Posted on

Manually created cloud Infrastructure?

I recently faced this scenario where there were a bunch of cloud resources built manually, with no version control or automation in place. Rebuilding everything from scratch wasn't an option. So, I used the feature of terraform import

Below is a medium article which I thought of sharing with the community, which focuses on:

--> When to use terraform import

--> A step-by-step walkthrough

--> How to regain control over wild infra

Check it out here

https://medium.com/@aakashc.dev/how-to-import-an-existing-cloud-infra-using-terraform-ff52a785a8f7

Please share your thought on this.

Top comments (0)