You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform apply intermittently fails due to checksum mismatches with provider.
Initializing provider plugins...
- Reusing previous version of opensearch-project/opensearch from the dependency lock file
- Reusing previous version of hashicorp/aws from the dependency lock file
- Reusing previous version of hashicorp/vault from the dependency lock file
- Using opensearch-project/opensearch v2.0.0 from the shared cache directory
- Using hashicorp/aws v3.72.0 from the shared cache directory
- Using hashicorp/vault v2.18.0 from the shared cache directory
Error: Failed to install provider from shared cache
Error while importing opensearch-project/opensearch v2.0.0 from the shared
cache directory: the provider cache at .terraform/providers has a copy of
registry.terraform.io/opensearch-project/opensearch 2.0.0 that doesn't match
any of the checksums recorded in the dependency lock file.
How can one reproduce the bug?
It seems to happen intermittently.
What is the expected behavior?
Checksums for providers should not fail.
What is your host/environment?
Ubuntu 18.04.6 LTS, AWS EC2
The text was updated successfully, but these errors were encountered:
[Triage]
Hey @stantonk can you provide more details here regarding your CI/CD workflow anb are you using the latest version of the provider and running the terraform init?
Thank you
What is the bug?
Terraform apply intermittently fails due to checksum mismatches with provider.
How can one reproduce the bug?
It seems to happen intermittently.
What is the expected behavior?
Checksums for providers should not fail.
What is your host/environment?
Ubuntu 18.04.6 LTS, AWS EC2
The text was updated successfully, but these errors were encountered: