-
Notifications
You must be signed in to change notification settings - Fork 561
Open
Description
I have a terragrunt repo using github actions that I just set up with digger, and all but one job is working. That job is failing with the below errors:
Error: Required plugins are not installed
The installed provider plugins are not consistent with the packages selected
in the dependency lock file:
- registry.terraform.io/datadog/datadog: the cached package for registry.terraform.io/datadog/datadog 3.71.0 (in .terraform/providers) does not match any of the checksums recorded in the dependency lock file
Terraform uses external plugins to integrate with a variety of different
infrastructure services. You must install the required plugins before running
Terraform operations.
Error: Required plugins are not installed
The installed provider plugins are not consistent with the packages selected
in the dependency lock file:
- registry.terraform.io/datadog/datadog: the cached package for registry.terraform.io/datadog/datadog 3.71.0 (in .terraform/providers) does not match any of the checksums recorded in the dependency lock file
Terraform uses external plugins to integrate with a variety of different
infrastructure services. You must install the required plugins before running
Terraform operations.
19:31:52.632 ERROR Failed to execute "terraform output -json" in ../../../root/global/roles/.terragrunt-cache/78113908
Error: Required plugins are not installed
The installed provider plugins are not consistent with the packages selected
in the dependency lock file:
- registry.terraform.io/datadog/datadog: the cached package for registry.terraform.io/datadog/datadog 3.71.0 (in .terraform/providers) does not match any of the checksums recorded in the dependency lock file
Whats odd here is that I have other projects using the same env.hcl
file with the same dependencies working just fine. Any idea how to debug this?
Metadata
Metadata
Assignees
Labels
No labels