github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/nested_set_update/plan (about)

     1  tfcoremock_nested_set.nested_set: Refreshing state... [id=510598F6-83FE-4090-8986-793293E90480]
     2  
     3  Terraform used the selected providers to generate the following execution
     4  plan. Resource actions are indicated with the following symbols:
     5    ~ update in-place
     6  
     7  Terraform will perform the following actions:
     8  
     9    # tfcoremock_nested_set.nested_set will be updated in-place
    10    ~ resource "tfcoremock_nested_set" "nested_set" {
    11          id   = "510598F6-83FE-4090-8986-793293E90480"
    12        ~ sets = [
    13            - [
    14                - "29B6824A-5CB6-4C25-A359-727BAFEF25EB",
    15                - "7E90963C-BE32-4411-B9DD-B02E7FE75766",
    16              ],
    17            - [],
    18            + [
    19                + "29B6824A-5CB6-4C25-A359-727BAFEF25EB",
    20              ],
    21            + [
    22                + "7E90963C-BE32-4411-B9DD-B02E7FE75766",
    23              ],
    24              # (1 unchanged element hidden)
    25          ]
    26      }
    27  
    28  Plan: 0 to add, 1 to change, 0 to destroy.
    29  
    30  ─────────────────────────────────────────────────────────────────────────────
    31  
    32  Saved the plan to: equivalence_test_plan
    33  
    34  To perform exactly these actions, run the following command to apply:
    35      terraform apply "equivalence_test_plan"