Hey everyone,
Upgraded the Genesys Cloud Terraform provider to 1.35.0 and my pipelines are blowing up. The genesyscloud_user resource seems to have dropped the routing_email_address attribute or changed how it handles it.
terraform plan
data.terraform_remote_state.common: Reading...
Error: Unsupported argument
on main.tf line 12, in resource "genesyscloud_user" "agent":
12: routing_email_address = "agent@example.com"
An argument named "routing_email_address" is not expected here.
Did they remove it? Or is there a new way to set this via the API wrapper?