Skip to content

Commit

Permalink
Latest push:
Browse files Browse the repository at this point in the history
  • Loading branch information
carnellj-genesys committed Sep 24, 2024
1 parent aa9bf64 commit ddfcad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "genesyscloud_routing_email_domain" "devengage_email_domain" {
}

resource "genesyscloud_routing_email_route" "devengage_email_domain" {
domain_id = var.genesys_email_domain
domain_id = "${var.genesys_email_domain}.${var.genesys_email_domain_region}"
pattern="FinancialServices"
from_name="FinancialServices"
from_email = "support@${var.genesys_email_domain}.${var.genesys_email_domain_region}"
Expand Down

0 comments on commit ddfcad1

Please sign in to comment.