Upgraded the CX as Code provider to v1.35.0 and the user resource broke. The email field is no longer optional or something. Terraform plan fails immediately.
Error: Unsupported argument
on users.tf line 12, in resource "genesyscloud_user" "agent":
12: email = "agent@company.com"
An argument named "email" is not expected here.
Docs don’t mention this change. What’s the new syntax?