Closed levkohimins closed 1 month ago
I am having the same issue. I use vscode devcontainers (docker) to run my terraform / terragrunt. I get the 423 error code when running terragrunt plan
in my working directory. The plan still runs for me
@avx-rodmans we are working on it, will fix it soon.
Resolved in v0.68.0-beta2024100801 release.
Describe the bug
Terragrunt Provider Cache is designed in such a way that it first runs terraform/tofu to get requests for missing providers, then forcibly breaks connections to create a cache of these providers, and then runs terraform/tofu again. Therefore, this error is a normal working flow, but with the new logs and the addition of
STDERR
level, it was not taken into account to suppress this message from users.Steps To Reproduce
Expected behavior
logs do not contain STDERR messages
Nice to haves
Versions