GithubHelp home page GithubHelp logo

isabella232 / genesys-cloud-queues-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from genesysclouddevops/genesys-cloud-queues-demo

0.0 0.0 0.0 10 KB

An example of how to build a remote terraform module

License: MIT License

HCL 100.00%

genesys-cloud-queues-demo's Introduction

This module is meant to be used purely for demonstration purposes. It should be considered an example of how to layout a simple Genesys Cloud Terraform module. For this module we are creating a module that will let you create a number of queues based on a list of queues passed in and a list of member ids to be passed.

Usage

module "classifier_queues" {
  source                   = "git::https://github.com/GenesysCloudDevOps/genesys-cloud-queues-demo.git?ref=main"
  classifier_queue_names   = ["401K", "IRA", "529", "GeneralSupport", "Banking"]
  classifier_queue_members = ["member id #1 (guid)", "member id #2 (guid)" ]    
}

Requirements

Name Version
terraform >= 1.0

Providers

Name Version
genesyscloud >= 0.13.3

Inputs

Name Description Type Required
classifier_queue_names List of queue names to create list(string) yes
classifier_queue_members List of member ids to assign to the queue list(string) yes

genesys-cloud-queues-demo's People

Contributors

carnellj avatar carnellj-genesys avatar inindevevangelists avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.