Open KarelMacek opened 1 month ago
Hello,
tried to run with --terragrunt-non-interactive
, it is generating the same error?
This issue was reaised before and fixed iirc; have you tried the latest version of TG?
Hey @KarelMacek ,
To avoid having this issue go stale, please do the following:
Provide a fully reproducible example if the issue you are facing (no undefined local
values, etc).
This will help us reproduce the scenario you are encountering, allowing us to ensure that it's still and issue, and that we are correctly addressing the problem.
v0.68.1
. That is the latest version of Terragrunt, and per @dalgibbard 's comment, a similar issue was fixed after 0.67.4
.
Describe the bug
I am encountering a persistent "broken pipe" error when running Terragrunt with the Google Cloud provider. The error appears after the provider authenticates successfully but before any resources are created or modified. This issue occurs consistently, regardless of network or machine.
Steps To Reproduce
terragrunt init
successfully.terragrunt apply -auto-approve
.The error message appears as follows:
Expected behavior
I expected the
terragrunt apply
process to complete without errors, proceeding with the resource creation and modification after successful authentication with the Google Cloud provider.Nice to haves
Versions
Additional context
I've tried the following steps to troubleshoot the issue:
TF_LOG=DEBUG
Any suggestions or insights would be greatly appreciated. Thank you!