Skip to content

Commit

Permalink
Added a new queue
Browse files Browse the repository at this point in the history
  • Loading branch information
carnellj-genesys committed May 4, 2023
1 parent 8b81147 commit bb66650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprint/genesys-cloud-cx-as-code/main.tf
Expand Up @@ -36,7 +36,7 @@ module "classifier_users" {

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

Expand Down

0 comments on commit bb66650

Please sign in to comment.