The 01:15 JST sync pipeline’s doing jack all again after the AWS Direct Connect peering update. Terraform 1.9.15 paired with nice-cxone 1.25.0 throws a 400 Bad Request on the nice_cxone_edge_byoc_vpc_attachment subnet_cidr block when the Platform API rejects overlapping ranges. Already ran terraform refresh and manually cleared the state drift backup, but the provider still won’t back off pushing the old CIDR notation to /v2/api/platform/v1/byoc/vpc-attachments.
{
"message": "Invalid subnet configuration",
"error_code": "BYOC_SUBNET_OVERLAP_DETECTED",
"details": "CIDR 10.80.0.0/24 conflicts with existing edge routing table"
}