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

     1  tfcoremock_object.object: Refreshing state... [id=a0ed13ec-116b-14c4-7437-418e217d3659]
     2  
     3  Terraform used the selected providers to generate the following execution
     4  plan. Resource actions are indicated with the following symbols:
     5  -/+ destroy and then create replacement
     6  
     7  Terraform will perform the following actions:
     8  
     9    # tfcoremock_object.object must be replaced
    10  -/+ resource "tfcoremock_object" "object" {
    11        ~ id     = "a0ed13ec-116b-14c4-7437-418e217d3659" -> "63A9E8E8-71BC-4DAE-A66C-48CE393CCBD3" # forces replacement
    12          # (1 unchanged attribute hidden)
    13      }
    14  
    15  Plan: 1 to add, 0 to change, 1 to destroy.
    16  
    17  ─────────────────────────────────────────────────────────────────────────────
    18  
    19  Saved the plan to: equivalence_test_plan
    20  
    21  To perform exactly these actions, run the following command to apply:
    22      terraform apply "equivalence_test_plan"