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

     1  tfcoremock_set.set: Refreshing state... [id=046952C9-B832-4106-82C0-C217F7C73E18]
     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_set.set will be updated in-place
    10    ~ resource "tfcoremock_set" "set" {
    11          id  = "046952C9-B832-4106-82C0-C217F7C73E18"
    12        ~ set = [
    13            - "41471135-E14C-4946-BFA4-2626C7E2A94A",
    14            - "C04762B9-D07B-40FE-A92B-B72AD342658D",
    15            - "D8F7EA80-9E25-4DD7-8D97-797D2080952B",
    16          ]
    17      }
    18  
    19  Plan: 0 to add, 1 to change, 0 to destroy.
    20  
    21  ─────────────────────────────────────────────────────────────────────────────
    22  
    23  Saved the plan to: equivalence_test_plan
    24  
    25  To perform exactly these actions, run the following command to apply:
    26      terraform apply "equivalence_test_plan"