Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Insufficient module_link blocks #503

Open
msetogecko opened this issue Feb 14, 2024 · 1 comment
Open

Error: Insufficient module_link blocks #503

msetogecko opened this issue Feb 14, 2024 · 1 comment
Labels
question Further information is requested

Comments

@msetogecko
Copy link

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
Copy link
Member

@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 magodo added the question Further information is requested label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants