Genesys Cloud - Developer Community!

 View Only

Sign Up

  • 1.  Terraform export is missing configuration for Quality evaluation forms

    Posted 5 days ago

    We are seeing an issue with Terraform export for Genesys Cloud Quality Evaluation Forms. When we export evaluation forms from our DEV environment using the Terraform export function and then import/deploy them into another environment, some configuration values are not included in the exported Terraform code. Because of that, the target environment does not fully match the source environment, and we must manually reconfigure the missing settings after import.

    The missing settings are:

    Default answer checkbox selections for questions

    Allow revisions

    Allow disputes

    Issue details: We used the Terraform export function for Genesys Cloud Quality Evaluation Forms from our DEV environment. The generated HCL contains the general form structure and question groups, but the settings listed above are not present in the exported code. We tested this with multiple provider versions, including 1.77.4 and 1.84.1, and saw the same behavior in both cases. As a comparison, when we retrieve the same form configuration via API, the missing values are returned correctly, which suggests the issue is specific to the Terraform export/provider behavior rather than the form configuration itself.

    What we need help with: Please confirm whether these Quality Evaluation Form properties are currently supported by the Terraform export/provider for Genesys Cloud. If they are supported, please help identify why they are not being exported. If they are not currently supported, please confirm that as a product limitation and advise whether there is a workaround or planned fix.

    Following Yellow marked settings are missing when we take export.




    #CXasCode

    ------------------------------
    Shravan Kumar Rendala
    IT
    ------------------------------


  • 2.  RE: Terraform export is missing configuration for Quality evaluation forms

    Posted 4 days ago

    According to the documentation, they are not supported attributes

    https://registry.terraform.io/providers/MyPureCloud/genesyscloud/latest/docs/resources/quality_forms_evaluation



    ------------------------------
    Savino Ricci
    Senior Technical Consultant
    ------------------------------



  • 3.  RE: Terraform export is missing configuration for Quality evaluation forms

    Posted 3 days ago

    Hi @Shravan Kumar Rendala,

    Based on the current genesyscloud_quality_forms_evaluation Terraform resource documentation, the following settings do not appear to be supported attributes:

    • Default answer selections
    • Allow revisions
    • Allow disputes

    Since these values are returned by the Genesys Cloud API but are not exposed in the Terraform resource schema, the exporter cannot include them in the generated HCL. This appears to be a current provider limitation rather than an issue with your form configuration.

    As a workaround, you could automate the post-deployment configuration using the Quality Forms API after the Terraform deployment completes, ensuring the target environment matches the source without requiring manual updates. 

    Regards,



    ------------------------------
    Cesar Padilla
    INDRA COLOMBIA
    ------------------------------



  • 4.  RE: Terraform export is missing configuration for Quality evaluation forms

    Posted 3 days ago
    Edited by Sanjay Gopi 3 days ago

    Hi @Shravan Kumar Rendala, thanks for bringing this up. A ticket has already been created for the same issue to address it and there will be all attributes which is mentioned in the documentation. So support for the attributes you have mentioned will also be included. Please note that the PR is in review state and will most likely be release in the upcoming release or after that.

    Regards,
    ------------------------------
    Sanjay Gopi
    Software Engineer
    ------------------------------



  • 5.  RE: Terraform export is missing configuration for Quality evaluation forms

    Posted 2 days ago

    Thank you for the information. Is there any way i can track the ticket/PR to check when it will be included in the release.



    ------------------------------
    Shravan Kumar Rendala
    IT
    ------------------------------