Genesys Cloud - Developer Community!

 View Only

Sign Up

  • 1.  Outbound Contact List: Error: File path is required

    Posted 09-22-2025 19:53

    Hi Team,

    We are facing the issue with updating Outbound Contact List, it is failing in the Terraform deploy.

    1. It is a new resource, plan is showing created
    2. No issue is shown in the plan, fails in Deploy
    Error: File path is required
     with module.outbound_contact_list.genesyscloud_outbound_contact_list.XXXX,
    on modules/outbound_contact_list/XXXX.tf line 1, in resource "genesyscloud_outbound_contact_list" "XXXXX":
     1: resource "genesyscloud_outbound_contact_list" "XXXX" {
    Regards,
    Rohit S

    #CXasCode

    ------------------------------
    Rohit Sharma
    ------------------------------


  • 2.  RE: Outbound Contact List: Error: File path is required

    Posted 09-23-2025 09:32

    Hi Rohit,

    Can you provide the CX As Code terraform code you are using the try and create the outbound contact list.  I want to include it it the ticket for the development team.

    Thanks,
        John



    ------------------------------
    John Carnell
    Director, Developer Engagement
    ------------------------------



  • 3.  RE: Outbound Contact List: Error: File path is required

    Posted 09-23-2025 15:21

    Hi @John Carnell,

    TF config.

    resource "genesyscloud_outbound_contact_list" "XXXXX" {
      column_names                = ["Test_col", "Test_col1"]
      division_id                 = xx
      name                        = "XXXXX"
      automatic_time_zone_mapping = false
      phone_columns {
        callable_time_column = "Test_col"
        column_name          = "Test_col1"
        type                 = "Cell"
      }
      trim_whitespace = false 
    }


    ------------------------------
    Rohit Sharma
    ------------------------------



  • 4.  RE: Outbound Contact List: Error: File path is required

    Posted 09-23-2025 15:46

    Hi Rohit,

    Thanks.  I have created a DEVTOOLING ticket and will have someone assess.  It should be looked at in the next Sprint (~3 weeks from now) and then fixed.  I will have someone update this.



    ------------------------------
    John Carnell
    Director, Developer Engagement
    ------------------------------