Bot Configuration API 422 during Terraform Apply

Dealing with a very strange bug here with genesyscloud_ai_bot resource. The provider returns HTTP 422 Unprocessable Entity on the POST /api/v2/bots endpoint when language_code is set to en-AU, even though the docs list it as valid.

  • Verified the org language settings via CLI; en-AU is active.
  • Manual API call with Postman succeeds, but Terraform apply fails every time.