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: Warning: Incomplete lock file information for providers #9

Open
berendt opened this issue Sep 27, 2022 · 0 comments
Open

Comments

@berendt
Copy link
Contributor

berendt commented Sep 27, 2022

Using the plugin cache directory may result in a warning. Doesn't look nice.

│ Warning: Incomplete lock file information for providers
│
│ Due to your customized provider installation methods, Terraform was forced to calculate lock file
│ checksums locally for the following providers:
│   - hashicorp/local
│   - hashicorp/null
│   - terraform-provider-openstack/openstack
│
│ The current .terraform.lock.hcl file only includes checksums for linux_amd64, so Terraform running
│ on another platform will fail to install these providers.
│
│ To calculate additional checksums for another platform, run:
│   terraform providers lock -platform=linux_amd64
│ (where linux_amd64 is the platform to generate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant