Skip to content

Commit

Permalink
removed unnecessary queues
Browse files Browse the repository at this point in the history
  • Loading branch information
carnellj-genesys committed Nov 8, 2023
1 parent bb66650 commit 91de61b
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", "PremiumSupport3", "PremiumSupport4"]
classifier_queue_names = ["401K", "IRA", "ROTH", "529", "GeneralSupport", "PremiumSupport"]
classifier_queue_members = module.classifier_users.user_ids
}

Expand Down

0 comments on commit 91de61b

Please sign in to comment.