Closed Duvieusam closed 1 month ago
Hi @Duvieusam, thanks for the reporting, this is known issue #3420, we are working on a fix. This error message does not affect the workflow in any way, just ignore it.
@levkohimins The annoying side-effect is that it results in failed GitHub jobs even though, like you mentioned, there is no real failure. So, it's great to know that someone's already working on a fix :)
This is a major issue, please fix this ASAP
+1
Resolved in v0.68.0-beta2024100801 release.
Describe the bug
Since version 0.67.5 we experience an error during init phase. We are running terragrunt in Gitlab CI job.
Here is the output:
The job was working before version 0.67.5.
Steps To Reproduce
Here is the command line that led to the error:
Versions
Additional context
I do think that the error may comes from the way Gitlab runners handle ouput logs. This may not be detected correctly by the regular expression that tests terraform init the first time.