Genesyscloud_screen_recording_policy 409 Conflict on API Key Rotation

Does anyone understand why the screen_recording_policy resource throws a 409 Conflict during apply? The API key rotation logic seems to cache the old key in the provider state, causing a mismatch with the current tenant secret.

Error:
Error: PUT /api/v2/organization/screenrecording: 409 Conflict - The specified API key is invalid or expired.

Terraform v1.9.0, Genesys Cloud Provider v1.30.0. The manual API call succeeds immediately after the Terraform failure, suggesting a race condition or stale token handling in the SDK.