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

Backport of terraform: Compare locks and provider requirements into v0.14 #26843

Conversation

teamterraform
Copy link
Contributor

@teamterraform teamterraform commented Nov 6, 2020

Backport

This PR is auto-generated from #26761 to be assessed for backporting due to the inclusion of the label 0.14-backport.


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.

Fixes #26565.

Screenshot

diags

@hashicorp-cla
Copy link

hashicorp-cla commented Nov 6, 2020

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Nov 6, 2020

Codecov Report

Merging #26843 (91ba590) into v0.14 (64bd2a3) will increase coverage by 0.01%.
The diff coverage is 86.66%.

Impacted Files Coverage Δ
command/meta.go 67.75% <42.85%> (-0.85%) ⬇️
terraform/context.go 88.09% <100.00%> (+0.87%) ⬆️
states/statefile/version4.go 57.96% <0.00%> (-0.24%) ⬇️

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 alisdair force-pushed the backport/alisdair/compare-locks-and-provider-requirements/nearly-liberal-toad branch from 1a7780d to 91ba590 Compare November 6, 2020 19:52
@alisdair alisdair self-assigned this Nov 6, 2020
@alisdair alisdair merged commit a56c32a into v0.14 Nov 6, 2020
@alisdair alisdair deleted the backport/alisdair/compare-locks-and-provider-requirements/nearly-liberal-toad branch November 6, 2020 19:58
@ghost
Copy link

ghost commented Dec 7, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants