aztfexport
aztfexport copied to clipboard
Error: Insufficient module_link blocks
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, ] }
@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?
@msetogecko Just want to see if this is still an issue in the latest release?