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

     1  tfcoremock_simple_resource.second: Refreshing state... [id=70c47571-66c3-b1dc-2474-47a74b9c7886]
     2  
     3  Terraform will perform the following actions:
     4  
     5    # tfcoremock_simple_resource.first has moved to tfcoremock_simple_resource.second
     6      resource "tfcoremock_simple_resource" "second" {
     7          id     = "70c47571-66c3-b1dc-2474-47a74b9c7886"
     8          # (1 unchanged attribute hidden)
     9      }
    10  
    11  Plan: 0 to add, 0 to change, 0 to destroy.
    12  
    13  ─────────────────────────────────────────────────────────────────────────────
    14  
    15  Saved the plan to: equivalence_test_plan
    16  
    17  To perform exactly these actions, run the following command to apply:
    18      terraform apply "equivalence_test_plan"