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

     1  tfcoremock_simple_resource.drift: Refreshing state... [id=f3c6ddc5-37d5-0170-64ff-518ad421385a]
     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_simple_resource.drift will be updated in-place
    10    ~ resource "tfcoremock_simple_resource" "drift" {
    11          id     = "f3c6ddc5-37d5-0170-64ff-518ad421385a"
    12        ~ string = "Hello, drift!" -> "Hello, world!"
    13      }
    14  
    15  Plan: 0 to add, 1 to change, 0 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"