You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
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, ] }
The text was updated successfully, but these errors were encountered: