-
Notifications
You must be signed in to change notification settings - Fork 42
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
Authentication signature from unknown issue when installing registry.opentofu.org/datadog/datadog v3.39.0 #630
Comments
We don't have any keys for datadog in our registry currently. You should be getting:
Are you able to provide any additional information about your setup? |
Also, what terragrunt version are you coming from / which one are you going to? |
Ah, figured out what your are trying to do / what terragrunt is doing: terraform {
required_version = ">= 1.7.0"
required_providers {
datadog = {
source = "registry.opentofu.org/DataDog/datadog"
}
}
}
They are trying to use opentofu providers and signatures with terraform. This is not a code-path we expect or test and is a bug in TerraGrunt. Edit: this may be related to gruntwork-io/terragrunt#3123. |
@cam72cam Appreciate the quick reply! Would you suggest we open an issue with Terragrunt on this? We attempted this with the current version of |
Yes, I'd recommend opening in the terragrunt issue linked to this one. I've also pinged a few of their devs and pointed them toward this issue. I'm sorry that this is your first introduction to OpenTofu, hopefully we can get this sorted quickly! You should be able to repair your state file using: |
@cam72cam This worked! We tried this using I'll get an issue filed through |
Zach from the Gruntwork team here! Just want to acknowledge the issue you've experienced @sombrerosheep and we're eager track this down in Terragrunt and ensure this is resolved and that OpenTofu and Terragrunt work seamlessly together. |
Thank you for reporting an issue.
This deployment is using terragrunt which changed some providers to use the opentofu registry. This error is now blocking production pipelines and has severely sour'd our opinion of the stability of OpenTofu.
Because this is using terragrunt, we're not able to provide all the details requested below. I hope this is enough information to get us moving forward.
OpenTofu Version
Based on the terragrunt documentation here: https://terragrunt.gruntwork.io/docs/getting-started/supported-versions/, we're using tofu 1.7.x
OpenTofu Configuration Files
The text was updated successfully, but these errors were encountered: