Modify or edit remote Terraform state file in Azure

There may be a time where you are required to modify or edit remote Terraform state in Azure – in this blog I will show how you can achieve this! Why may I need to edit or modify? There can be various reasons; usually it may be required to perform a Terraform import of a … Read more

Importing Terraform state at scale in Azure

In my previous blog post, I detailed how to import 3 Azure resources until Terraform state, a manual approach that is fine for a few resources; what happens if there are 100s of the same resource already configured in Azure? Recently in my current project I was wanting to import 300+ private DNS A Records … Read more