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

     1  tfcoremock_simple_resource.second: Refreshing state... [id=70c47571-66c3-b1dc-2474-47a74b9c7886]
     2  
     3  Note: Objects have changed outside of Terraform
     4  
     5  Terraform detected the following changes made outside of Terraform since the
     6  last "terraform apply" which may have affected this plan:
     7  
     8    # tfcoremock_simple_resource.first has moved to tfcoremock_simple_resource.second
     9      resource "tfcoremock_simple_resource" "second" {
    10          id     = "70c47571-66c3-b1dc-2474-47a74b9c7886"
    11          # (1 unchanged attribute hidden)
    12      }
    13  
    14  
    15  This is a refresh-only plan, so Terraform will not take any actions to undo
    16  these. If you were expecting these changes then you can apply this plan to
    17  record the updated values in the Terraform state without changing any remote
    18  objects.