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 50a7740 commit 8950ab8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions blueprint/genesys-cloud-cx-as-code/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,9 @@ module "classifier_users" {
source = "./modules/users"
}

#This is an example of creating queues using a remote modules. Remote modules allow you to re-use Terraform/CX as Code component across multiple Terraform
#configs.

# module "classifier_queues" {
# source = "git::https://github.com/GenesysCloudDevOps/genesys-cloud-queues-demo.git?ref=main"
# classifier_queue_names = ["401K", "IRA", "529", "GeneralSupport"]
# classifier_queue_members = module.classifier_users.user_ids
# }

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

Expand Down

0 comments on commit 8950ab8

Please sign in to comment.