Skip to content

Commit

Permalink
Adding queue
Browse files Browse the repository at this point in the history
  • Loading branch information
carnellj-genesys committed Sep 10, 2024
1 parent a990356 commit 1ed69c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprint/genesys-cloud-cx-as-code/main.tf
Original file line number Diff line number Diff line change
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"]
classifier_queue_names = ["401K", "IRA", "ROTH", "529", "GeneralSupport", "PremiumSupport","PremiumSupport3"]
classifier_queue_members = module.classifier_users.user_ids
}

Expand Down

0 comments on commit 1ed69c5

Please sign in to comment.