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

configs: Fix check block configuration diagnostics #31290

Merged
merged 1 commit into from Jun 22, 2022

Commits on Jun 21, 2022

  1. configs: Fix check block configuration diagnostics

    When validating self-references for resource and data source
    preconditions and postconditions, we previously did not nil-check the
    block's condition field, which caused a panic when the block had no
    condition.
    
    While fixing this I noticed that we were not validating that there are
    no self-references in the error message, so fixed that.
    alisdair committed Jun 21, 2022
    Copy the full SHA
    64cf53b View commit details
    Browse the repository at this point in the history