Does anyone know why updating a screen recording rule via Terraform triggers a 409 Conflict instead of an update?
env: us-1 prod
provider: genesys 1.15.4
tf: 1.6.5
the error is
PUT /api/v2/telephony/screenrecording/rules/{id} returns “Conflict”. The rule exists, id matches, but terraform plan shows no diff yet apply fails. API logs show version mismatch but resource block has no version attribute. Is this a provider bug or API limitation?