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.
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 theACTIONS_SETUP_DEBUG
variable toTrue
.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