aztfexport icon indicating copy to clipboard operation
aztfexport copied to clipboard

A tool to bring existing Azure resources under Terraform's management

Results 92 aztfexport issues
Sort by recently updated
recently updated
newest added

Hi, just wanted to ask what is the current difference in generated `HCL` code given the fact that the latest `beta` realease of **Terraform** now finally has this long anticipated...

question

Aztfexport is an excellent tool. Thank you for providing it. I have used it in the past, but now it is giving me errors. I have performed "az login" in...

question

It doesn't make much sense that we have to specify the command, then any options - especially --use-azure-cli-cred - before we specify the scope. If we're using CLI creds or...

enhancement

Not having any luck running tool on azure china; after AzureCloud switch, and setting all arm env, will post error shortly...

bug

At this time the secrets from Azure Key Vault are imported into the `main.tf` file in plain text. It would be good to create the Terraform resource for `azurerm_key_vault_secret` with...

enhancement

Subnets are skipped when specifying resource ID of VNET or querying for virtual networks within a resource group. Is there a way to export subnet/nsgs/route tables?

question

I'm trying to use this in an Azure DevOps pipeline. So far, I've got something like this working without interaction from the user: `aztfexport rg --append "1-temp-loganalyticsworkspace"` The next step...

question

Hi all, I had ran the command aztfexport query -r -o "file destination" "type =~ 'microsoft.apimanagement/service'" which generated a list of all the resources that I wanted exported. I ran...

bug
upstream-provider

How do I export an azure application registration using aztfexport? Is that supported? For reference, check my [stackoverflow question](https://stackoverflow.com/questions/76155487/how-do-i-export-existing-azure-application-registration-as-terraform-code)

wontfix

Hi Could you please confirm if providers/Microsoft.Sql/servers/* and various sub elements and providers/Microsoft.Network/privateEndpoints/XXXXXXXXXXXXX/privateDnsZoneGroups/default are known problems to export.. tried another which only failed on providers/Microsoft.Storage/storageAccounts these are the only parts...

question