Legacy Dev Forum Posts

 View Only

Sign Up

The provider mypurecloud/genesyscloud doesn't support resource type "genesyscloud_flow"

  • 1.  The provider mypurecloud/genesyscloud doesn't support resource type "genesyscloud_flow"

    Posted 06-05-2025 19:35

    Artur_Dishunts | 2024-04-18 15:39:11 UTC | #1

    In the official documentation there is resource called "genesyscloudflow". [genesyscloudflow | Resources | MyPureCloud/genesyscloud | Terraform | Terraform Registry](https://registry.terraform.io/providers/MyPureCloud/genesyscloud/latest/docs/resources/flow)

    But the terminal shows me the following error...


    charlie.conneely | 2024-04-19 11:41:32 UTC | #2

    Hi @Artur_Dishunts

    What version of the provider are you using?


    Artur_Dishunts | 2024-04-19 16:04:26 UTC | #3

    Version of Terraform is 1.8


    charlie.conneely | 2024-04-19 16:50:19 UTC | #4

    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


    Artur_Dishunts | 2024-04-19 17:11:31 UTC | #5

    Thanks! I appreciate it.


    system | 2024-05-19 17:11:53 UTC | #6

    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: 25802