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

terraform: Compare locks and provider requirements #26761

Merged
merged 1 commit into from
Nov 6, 2020

Commits on Nov 6, 2020

  1. terraform: Compare locks and provider requirements

    When building a context, we read the dependency locks and ensure that
    the provider requirements from the configuration can be satisfied.
    If the configured requirements change such that the locks need to be
    updated, we explain this and recommend running "terraform init".
    
    This check is ignored for any providers which are locally marked as in
    development. This includes unmanaged providers and those listed in the
    provider installation `dev_overrides` block.
    alisdair committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    10cc25f View commit details
    Browse the repository at this point in the history