In the official documentation there is resource called "genesyscloud_flow".
genesyscloud_flow | Resources | MyPureCloud/genesyscloud | Terraform | Terraform Registry
But the terminal shows me the following error...
In the official documentation there is resource called "genesyscloud_flow".
genesyscloud_flow | Resources | MyPureCloud/genesyscloud | Terraform | Terraform Registry
But the terminal shows me the following error...
Version of Terraform is 1.8
You're using Terraform 1.8 or v1.8.0 of mypurecloud/genesyscloud ?
If you haven't already done so, I'd recommend upgrading to the latest version of our provider - v1.36.1
terraform {
required_providers {
genesyscloud = {
source = "mypurecloud/genesyscloud"
version = "1.36.1"
}
}
}
You'll need to run terraform init -upgrade
Thanks! I appreciate it.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.