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

evaluation of missing instances during import #31878

Merged
merged 1 commit into from Oct 4, 2022
Merged

Commits on Oct 4, 2022

  1. unknown evaluation of missing instances in import

    Because import does not yet plan new instances as part of the import
    process, we can end up evaluating references to resources which have no
    state at all. The fallback for this situation could result in slightly
    better values during import. The count and for_each values were
    technically incorrect, since the length is not known to be zero, and the
    single instance does have a concrete type which we can return.
    jbardin committed Oct 4, 2022
    Copy the full SHA
    041d9d3 View commit details
    Browse the repository at this point in the history