SIP Trunk Route Pattern Regex Mismatch in TF

  • Why does this setting fail validation on genesyscloud_sip_trunk_route?
  • Regex pattern ^\+61[0-9]+$ returns 400 Bad Request.
  • API endpoint /api/v2/sip/trunks/routes rejects the format.
  • Terraform provider version 1.35.0.
  • Environment: Genesys Cloud Australia (Sydney).
  • JSON body shows validation_error: Invalid pattern syntax.
  • Manual UI creation succeeds with identical string.
  • Need CLI or API workaround for automated deployment.