Legacy Dev Forum Posts

 View Only

Sign Up

Wrapupcodemappings - Showing changes in plan with no config change

  • 1.  Wrapupcodemappings - Showing changes in plan with no config change

    Posted 06-05-2025 18:33

    Rohit.Sharma3 | 2024-12-23 17:44:39 UTC | #1

    Hi Team,

    We have observing one issue where plan is showing changes when no actual changes are made, even after successful execution of apply, these changes are still showing same information. You can observe same information is being removed and added back in mappings.

    Plan Output:

    resource "genesyscloudoutboundwrapupcodemappings" "wrapupcodemappings" {

          • mappings {
              • flags = [
                  • "Flag1",
                  • "Flag2",
                  • "Flag3",

    ] -> null

              • wrapupcodeid = "xxID1_xx" -> null

    }

          • mappings {
              • flags = [
                  • "Flag1",
                  • "Flag2",
                  • "Flag3",

    ]

              • wrapupcodeid = "xxID1_xx"

    }

    Can you check this issue and why TF is showing these changes?

    Regards. Rohit S


    system | 2025-01-22 17:45:28 UTC | #2

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