You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Set up a GCP project and create a service account with the necessary permissions.
Configure the following Terragrunt and Terraform files:
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
Terminal output
Versions
Terragrunt version: 0.67.4
OpenTofu/Terraform version: v1.9.2
Environment details: Ubuntu 22.04.3 LTS
Additional context
I've tried the following steps to troubleshoot the issue:
Increased verbosity with TF_LOG=DEBUG
Verified GCP credentials and permissions
Attempted from different machines and networks, but the issue persists.
Any suggestions or insights would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
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.
Retest on 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!
The text was updated successfully, but these errors were encountered: