Rohit.Sharma3 | 2024-07-04 21:06:43 UTC | #1
Hi Team,
We are currently using v1.34.x of GC client and trying to upgrade on the newer versions(v1.40+), We had running configuration in the Terraform as follows:
resource "genesyscloudroutingemailroute" "test-testacc-pure-cloud" { domainid = "test.<acc>.pure.cloud" pattern = "test" fromname = "test" fromemail = "test@testcompany.com" replyemailaddress { domainid = "testcompany.com" routeid = XXX } }
After upgrade it has started giving us conflict error during Terraform run:
Error: Conflicting configuration arguments
on modules/routingemailroute/test-testacc-pure-cloud.tf line 1, in resource "genesyscloudroutingemailroute" "test-testacc-pure-cloud": 1: resource "genesyscloudroutingemailroute" "test-testacc-pure-cloud" {
"replyemailaddress": conflicts with from_email
Error: Conflicting configuration arguments
on modules/routingemailroute/test-testacc-pure-cloud.tf line 5, in resource "genesyscloudroutingemailroute" "test-testacc-pure-cloud": 5: fromemail = "test@testcompany.com"
"fromemail": conflicts with replyemail_address
The change in the behavior has also been observed on the Genesys UI when new changes are made to existing objects. The "From Email Address" and "Reply to" cannot have similar email addresses now. This will change our customer user experience after upgrade.
Can you suggest any way to fix this?
Regards, Rohit
system | 2024-08-04 21:06:07 UTC | #2
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 27093