aztfexport icon indicating copy to clipboard operation
aztfexport copied to clipboard

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

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

Since `terraform` v1.14.0, there will be a new RPC protocol `GenerateResourceConfig` that allows the provider to generate a precise config instead of using `tfadd`. We shall check whether the target...

enhancement

The `azurerm_monitor_data_collection_rule_association` is different than the other `_association` resources, in that it is a real azure resource, whilst it is an *extension* resource that can be derived in a couple...

enhancement

**Problem:** > terraform plan > Error: parsing "admin_ssh_key.0.public_key" as a public key object > or > Error: decoding "public_key" for public key data main.aztfexport.tf contains `\r\n` multiple times inside public...

question

The work on being able to export AzureRM resources is impressive. It would be equally amazing to be able to export EntraID resources. As an MVP, it would be nice...

question

I've successfully installed the aztfexport in a docker container and I'm trying to export the terraform configuration using the aztfexport command and I'm getting the below error. > Error: error...

question

I'm exporting one of the existing linux based Azure Appservice and functionapp to terrafomr using aztfexport tool. But the generated terraform configuration is having ``` ip_restriction_default_action = "" scm_ip_restriction_default_action =...

upstream-provider