Can’t get this config to load properly when provisioning scripts via Terraform. Provider v1.65.2, TF v1.9.8. The genesyscloud_routing_script resource fails on apply with 400 Bad Request. The API rejects the steps block structure, specifically complaining about missing ‘type’ in the first step object. The JSON payload looks valid according to the OpenAPI spec.
Is the provider failing to serialize the nested step objects correctly, or is there a specific schema requirement for the initial step definition that is not documented?