Terraform provider v14.0 routing_script version conflict on publish

Attempting to update routing script via terraform apply. Provider version 14.0.3. Environment AWS us-west-2.

Resource config included below.

resource "genesyscloud_routing_queue_script" "script_update" {
  name = "Routing_Script_v2"
  queue_id = var.queue_id
  type = "routing_script"
}

Output:

Error: failed to validate script version against API v2.4
Status 422 Unprocessable Entity
Details: Schema mismatch in flow_body definition

Issue persists after provider refresh. Need to confirm correct resource type for script body injection.

Check the genesyscloud_architect_flow reference linked to this queue. Abandonment rates spike if users wait for stale versions to load. Flow ID mismatch often causes silent failures in the backend.

Edge appliance TLS handshake might block script content retrieval. Firewall logs on port 443 need review for outbound connections. BIOS update history could affect certificate store integrity.