aztfexport icon indicating copy to clipboard operation
aztfexport copied to clipboard

Error: Insufficient module_link blocks

Open msetogecko opened this issue 1 year ago • 2 comments

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, ] }

msetogecko avatar Feb 14 '24 16:02 msetogecko

@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?

stemaMSFT avatar Feb 16 '24 23:02 stemaMSFT

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

magodo avatar Aug 09 '24 07:08 magodo