Skip to content

Commit

Permalink
NO-JIRA: Added new queue
Browse files Browse the repository at this point in the history
  • Loading branch information
carnellj-genesys committed Sep 26, 2024
1 parent 114d352 commit 9d7c5a0
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 @@ -27,7 +27,7 @@ module "classifier_users" {

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

Expand Down

0 comments on commit 9d7c5a0

Please sign in to comment.