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, Having the following issue when using the tool. Terraform init works fine but it seems to have trouble when running a simple export. See error below. The plug does...

question

When AKS has monitor attached then depends_on field for Monitor is not AKS RES. So failing to apply resource. "azurerm_monitor_action_group" should depend on AKS, "azurerm_monitor_metric_alert" should depend on "azurerm_monitor_action_group". But...

question
upstream-provider

link: https://github.com/hashicorp/terraform-provider-azurerm/issues/23159 `managed_disk` is exported in this format: ```terraform managed_disk = [{ # details removed }] ``` which caused `azurerm` failed on `plan` it works with this format: ```terraform managed_disk...

bug

I am wondering if I have missed something, not able to import anything. I get this error ![image](https://github.com/Azure/aztfexport/assets/120391597/90bf1bc3-9e30-464c-8718-4c50fa79d4ee) This method would be genious if it worked.

question

Hi Team, As per below steps we are running aztfexport utility on our machine (laptop) . Earlier for POC we tried importing sample resource group which worked for us however...

question

I am trying this tool to import configuration for a vanilla Azure API Management instance. When I try to import it into Terraform code it throws an error. This error...

bug
upstream-provider

We are running this tool from a VM in our corporate network and we are running this tool against a resource group. The account that is running this command with...

question
permission

I've an issue when attempting to update my backend state file in Azure. When I run this command. Any advise on this? Much appreciated. aztfexport resource-group --backend-type=azurerm --backend-config=resource_group_name=RG-terrformname --backend-config=storage_account_name=somestorageaccountname --backend-config=container_name=tfstate...

question

Can you provide an example of the env flag? I don't see one in the help output and I can't get aztfexport to target a cloud other than public. With...

question

Hi,I hope this message finds you well. I'm currently facing an issue regarding the retrieval of all resources within a specific Virtual Network (VNet) in Azure. I have attempted to...

question