Azure / aztfexport

A tool to bring existing Azure resources under Terraform's management
https://azure.github.io/aztfexport/
Mozilla Public License 2.0
1.59k stars 184 forks source link

Error: Insufficient module_link blocks #503

Open msetogecko opened 7 months ago

msetogecko commented 7 months ago

Getting the error during terraform plan on the following lines ::

resource "azurerm_automation_module" "res-9970" { automation_account_name = "my-aa-account-name" name = "AuditPolicyDsc" resource_group_name = "my-aa-rg-name" depends_on = [ azurerm_automation_account.res-13, ] }

stemaMSFT commented 7 months ago

@magodo looking at the documentation for azurerm_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?

magodo commented 1 month ago

@msetogecko Just want to see if this is still an issue in the latest release?