Conversion of ARM Templates to Terraform

Hi Everyone,

We are a big organization, we got a new project where they use ARM templates as their IaC . Now, they are migrating those ARM templates to Terraform.

I need a help how can we convert all the ARM templates to Terraform Templates.

I got one solution using AZTFEXPORT to migrate the resources from Azure to terraform. But, how can we do in multiple stages like dev, stage, prod. How can we convert ARM tempaltes to terraform one.

Anyone … Please help me.

Thanks

I have the same problem. We have tones of ARM templates that we need to transform into terraform and it seems there is no automated way to do so