BYOC Edge Deployment 500 Internal Server Error via CLI

Looking for advice on BYOC edge deployment failures. Deploying Genesys Cloud Private Cloud edge via Terraform provider v1.65.2. Terraform v1.9.8. Region: Australia/Sydney. The apply fails during the resource provisioning phase for the edge cluster. Error is HTTP 500 Internal Server Error. The CLI logs show a generic failure without specific API error codes. The edge definition JSON is valid according to schema. Retrying the apply does not help. The state file shows the resource as partially created. Manual check in the UI shows the edge is in a ‘Provisioning’ state but stuck. No logs available in the standard analytics dashboards for this specific failure. Is there a way to get more detailed error logs from the GC CLI or API for BYOC deployments? Current configuration snippet:

resource “genesyscloud_byoc_edge” “main” {
name = “prod-edge-au”
description = “Production Edge”
region_id = “sydney”
cluster_size = “small”
}

The error repeats on every attempt. Need to identify the root cause. Is this a known issue with provider v1.65.2? Any workarounds to force a state refresh or manual cleanup?