Shakti_Joshi | 2024-10-24 04:53:12 UTC | #1
Hello Team - I am trying to setup terraform for CX as code, I am new to terraform and trying to set this up, here is my main.tf file which I have stored under terraform working foder :-
terraform { requiredversion = ">= 1.0.0" requiredproviders { genesyscloud = { source = "mypurecloud/genesyscloud" version = "~> 2.0" } } }
provider "genesyscloud" { oauthclientid = "642f-4d4b" oauthclientsecret = "ZlbwYycFs" awsregion = "useast2" } resource "genesyscloudqueue" "examplequeue" { name = "abcitest" description = "A queue for testing" division_id = "Home"
}
system | 2024-11-23 04:52:01 UTC | #2
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 30044