Skip to content

Commit

Permalink
Removed a bunch of queues
Browse files Browse the repository at this point in the history
  • Loading branch information
carnellj-genesys committed Sep 11, 2024
1 parent 8950ab8 commit 3c4a412
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blueprint/genesys-cloud-cx-as-code/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ module "classifier_users" {

module "classifier_queues" {
source = "./modules/queues"
classifier_queue_names = ["401K", "IRA", "ROTH", "529"]
classifier_queue_names = ["401K", "IRA", "ROTH", "529","GeneralSupport"]
classifier_queue_members = module.classifier_users.user_ids
}


module "classifier_email_routes" {
source = "./modules/email_routes"
genesys_email_domain = var.genesys_email_domain
Expand Down

0 comments on commit 3c4a412

Please sign in to comment.