Legacy Dev Forum Posts

 View Only

Sign Up

Terraform (genesyscloud_telephony_providers_edges_phone)

  • 1.  Terraform (genesyscloud_telephony_providers_edges_phone)

    Posted 06-05-2025 18:31

    Aurness_Luximon | 2024-07-25 04:33:26 UTC | #1

    Hi Guys, Just wanted to check something with this resource, should that resource return the "webrtcuser_id" for an export? I am getting this back as null at the moment?

    When I run the genesyscloud_user resource for an export, this does not bring the user id either.

    Just wanted to check if this is expected

    Thanks Aurness


    charlie.conneely | 2024-07-25 11:22:43 UTC | #2

    Hi @Aurness_Luximon

    By default, GUIDs are not included in the export if include_state_file=false in the export resource configuration. If you would like to include GUIDs in your export, you should set this to true. This will mean that the export is only applicable to the same org that it was read from because it references unique IDs that don't exist in other organisations.

    If you would like to deploy your exported config to another org, I would recommend leaving include_state_file as false and setting enable_dependency_resolution to true. This should resolve all the dependent resources (genesyscloud_user being one in this case), and leave out all GUIDs.

    Hope this helps -Charlie


    Nuno_Paulo | 2024-07-26 16:30:01 UTC | #3

    charlie.conneely, post:2, topic:27393
    leave out all G

    Hi charlie,

    I'm trying to set enable_dependency_resolution to true but got this error message:

    Here the code:

    Any idea what can be missing?

    best regards,


    Aurness_Luximon | 2024-07-28 23:44:02 UTC | #4

    Yeah, I am looking at referencing the same org. Thanks Charlie


    charlie.conneely | 2024-07-29 08:48:20 UTC | #5

    Hi @Nuno_Paulo

    It looks like you're running on an old version of our provider that does not include this field. I would recommend using our latest version 1.43.1. Once that is updated, you will need to run terraform init -upgrade from the command line.

    -Charlie


    system | 2024-08-28 08:49:11 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: 27393