Terraform manager is not generating a new .terraform.lock.hcl on provider version updates #30984
-
What would you like help with?I think I found a bug How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.GitLab w/ ghcr.io/renovatebot/renovate:38.51.1@sha256:8fefd528384e26fd57d59e4e5834392313dd87c71a176d66dbee4fa16238b9c5 Please tell us more about your question or problemAll of my Terraform updates from AWS provider version 5.63.1 to 5.64.0 failed last night because it appears that Renovate Bot did not generate a new .terraform.lock.hcl file. I don't see any errors in the non-debug logs, and there are no notices of an artifact generation failure in the MRs like there normally are if it failed to generate a lockfile. Did something change with Renovate recently with how it manages Terraform lockfiles to cause this issue? Logs (if relevant)Please see the minimal reproduction repository. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 22 replies
-
No recent changes to the Terraform manager which would explain that: https://github.com/renovatebot/renovate/commits/main/lib/modules/manager/terraform Please see if you can reproduce it for us to debug |
Beta Was this translation helpful? Give feedback.
-
We have same issue. Is there any additional information you need for debugging or reproducing the issue? |
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
We had the same issue, but after 5.65.0 of |
Beta Was this translation helpful? Give feedback.
-
seems reoccurred in 5.90.1 hashicorp/terraform-provider-aws#41763 |
Beta Was this translation helpful? Give feedback.
We had the same issue, but after 5.65.0 of
aws
is released the issue is resolved