Steven

Results 28 comments of Steven

What thinking is there around how many resources do you think can be imported in parallel at once? For example, for 16 resources, 16 different state files seem a lot...

Hi @Akky8055 try `aztfy rg —append`:)

I'm going to close this issue for now, assuming the 0.9.0 parallelism addresses performance issues. We can revisit if there's other issues down the road.

Hey @Wickerman14 is the version of the AzureRM provider you're using in your preexisting environment the same as the version you're export code shows? The tool will default to the...

Hey folks, Our team is working on fixing this. If you need an immediate fix in the meantime, you're welcome to deploy with AzAPI instead; I've attached some code here...

Hey @msetogecko did you post the error? Not seeing an error message or sccreenshot.

Without looking at the error, my guess is that you will need to set/define the password definition yourself. As the documentation states here: https://learn.microsoft.com/en-us/azure/developer/terraform/azure-export-for-terraform/export-terraform-concepts#write-only-properties > Certain properties within AzureRM are...

Hey @Ghostw4lk are you able to export other resources, or is it not working for any resource? There's ways to configure what credentials you use in aztfexport, does the same...

@magodo looking at the documentation for [`azurerm_automation_module`](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/automation_module) looks like there's a required property not getting exported by `aztfexport`, which would be the error's `module_link` block. Can you take a look?

To further add on to what @magodo has mentioned, we were and are continuing to work closely with HashiCorp in regards to their plannable import functionality. The hope is that...