I’ve spent hours trying to figure out why the custom data action fails during automated deployment. Terraform v1.8.0 with provider v1.96.2. The resource genesyscloud_flow_data_action hangs indefinitely. No explicit error code returned yet.
The timeout hits at 300 seconds. The API endpoint /api/v2/flows/data-actions seems unresponsive. This blocks our GitHub Actions workflow entirely. Other resources apply fine.
Using GC CLI v2.1.0 for validation. The JSON payload passes local lint checks. Network connectivity to the US East region is stable. No firewall issues detected.
Has the schema changed recently? Or is this a platform-side latency issue? Need to unblock the pipeline by EOD Sydney time. Any hints appreciated.