hashicorp / setup-terraform

Sets up Terraform CLI in your GitHub Actions workflow.
https://developer.hashicorp.com/terraform/tutorials/automation/github-actions
Mozilla Public License 2.0
1.38k stars 243 forks source link

Terraform setup fails immediately after startup #444

Closed crossi-ciandt closed 2 weeks ago

crossi-ciandt commented 1 month ago

I have a simple Terraform workflow running on a GitHub-hosted runner with a private network (Azure VNET) that works successfully 99% of the time, but sometimes it suddenly fails due to an Aggregate Error and the action doesn't give me any other details about why it failed, even if I set the ACTIONS_SETUP_DEBUG variable to True.

I've attached the workflow I used to reproduce this error along with its logs. My network team didn't see any packet drops in the firewall during the time this workflow was running.

Any help in understanding what's wrong with this workflow would be greatly appreciated. logs_29858965498.zip force-aggregate-error.txt

crossi-ciandt commented 2 weeks ago

This one is duplicated. The same issue has been reported here #425