Upgraded to provider v1.35.0 and my genesyscloud_user resources are failing plan. The error says email is now required, but it wasn’t before. I have a list of 50 users defined and adding email to all of them is a huge manual change. Is there a way to suppress this or a workaround? My config looks like this:
resource "genesyscloud_user" "agent" {
name = "Test Agent"
}
Terraform complains immediately.